| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | abstract class Command extends ContainerAwareCommand |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Returns the enabled site items which may be limited by the input arguments. |
||
| 28 | * |
||
| 29 | * @param \Aimeos\MShop\Context\Item\Iface $context Context item object |
||
| 30 | * @param InputInterface $input Input object |
||
| 31 | * @return \Aimeos\Map List of site items implementing \Aimeos\MShop\Locale\Item\Site\Interface |
||
| 32 | */ |
||
| 33 | protected function getSiteItems( \Aimeos\MShop\Context\Item\Iface $context, InputInterface $input ) : \Aimeos\Map |
||
| 45 |