| 1 | <?php |
||
| 25 | class UpdateCommand extends Command |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * @var \Monolog\Logger |
||
| 29 | */ |
||
| 30 | protected $logger; |
||
| 31 | |||
| 32 | public function __construct(Logger $logger, $name = null) |
||
| 37 | |||
| 38 | protected function configure() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * Generates Model and Store classes by reading database meta data. |
||
| 47 | */ |
||
| 48 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 60 | |||
| 61 | protected function verifyInstalled(OutputInterface $output) |
||
| 68 | } |
||
| 69 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.