Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class ArvatoRssQueryContainer extends AbstractQueryContainer implements ArvatoRssQueryContainerInterface |
||
|
|||
18 | { |
||
19 | /** |
||
20 | * @api |
||
21 | * |
||
22 | * @param string $orderReference |
||
23 | * @param string $type |
||
24 | * |
||
25 | * @return \Orm\Zed\ArvatoRss\Persistence\SpyArvatoRssApiCallLogQuery |
||
26 | */ |
||
27 | public function queryApiLogByOrderReferenceAndType($orderReference, $type) |
||
32 |
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be removed and what other interface to use instead.