1 | <?php |
||
25 | class ProductReference extends Reference |
||
26 | { |
||
27 | const TYPE_PRODUCT = 'product'; |
||
28 | const TYPE_CLASS = '\Commercetools\Core\Model\Product\Product'; |
||
29 | |||
30 | /** |
||
31 | * @param $id |
||
32 | * @param Context|callable $context |
||
33 | * @return ProductReference |
||
34 | */ |
||
35 | 5 | public static function ofId($id, $context = null) |
|
39 | } |
||
40 |