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