| 1 | <?php |
||
| 17 | class ShippingMethodCollection extends Collection |
||
| 18 | { |
||
| 19 | const NAME = 'name'; |
||
| 20 | |||
| 21 | protected $type = '\Commercetools\Core\Model\ShippingMethod\ShippingMethod'; |
||
| 22 | |||
| 23 | 4 | protected function indexRow($offset, $row) |
|
| 39 | |||
| 40 | /** |
||
| 41 | * @param $name |
||
| 42 | * @return ShippingMethod |
||
| 43 | */ |
||
| 44 | public function getByName($name) |
||
| 48 | } |
||
| 49 |