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