1 | <?php |
||
17 | class ShipmentRepository extends EntityRepository implements ShipmentRepositoryInterface |
||
18 | { |
||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | */ |
||
22 | public function createListQueryBuilder() |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function findOneByOrderId($shipmentId, $orderId) |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | public function findByName($name, $locale) |
||
57 | } |
||
58 |