1 | <?php |
||
18 | class SearchAlbumCommand extends BaseCommand |
||
19 | { |
||
20 | const COMMAND_NAME = 'search:album'; |
||
21 | |||
22 | const COMMAND_DESCRIPTION = 'Search an album on one or more services'; |
||
23 | |||
24 | /** |
||
25 | * @var MusicInfo |
||
26 | */ |
||
27 | protected $musicInfo; |
||
28 | |||
29 | 2 | protected function configure() |
|
37 | |||
38 | 2 | protected function execute(InputInterface $input, OutputInterface $output) |
|
57 | } |
||
58 |