| 1 | <?php |
||
| 13 | class GoogleAnalyticsConfigsListCommand extends ContainerAwareCommand |
||
| 14 | { |
||
| 15 | /** @var EntityManagerInterface $em */ |
||
| 16 | private $em; |
||
| 17 | |||
| 18 | protected function configure() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Inits instance variables for global usage. |
||
| 27 | */ |
||
| 28 | private function init() |
||
| 32 | |||
| 33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 53 | |||
| 54 | /** |
||
| 55 | * get all segments |
||
| 56 | * |
||
| 57 | * @return array |
||
| 58 | */ |
||
| 59 | private function getConfigs() |
||
| 66 | } |
||
| 67 |