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