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 | protected function configure() |
||
37 | |||
38 | protected function execute(InputInterface $input, OutputInterface $output) |
||
55 | } |