1 | <?php |
||
24 | class ShippingMethodReference extends Reference |
||
25 | { |
||
26 | const TYPE_SHIPPING_METHOD = 'shipping-method'; |
||
27 | const TYPE_CLASS = '\Commercetools\Core\Model\ShippingMethod\ShippingMethod'; |
||
28 | |||
29 | /** |
||
30 | * @param $id |
||
31 | * @param Context|callable $context |
||
32 | * @return ShippingMethodReference |
||
33 | */ |
||
34 | 18 | public static function ofId($id, $context = null) |
|
38 | } |
||
39 |