Ejemplo n.º 1
0
 protected function configure()
 {
     $this->setName('nfl:stream')->setDescription('Stream selected NFL game')->addOption('game', null, InputOption::VALUE_OPTIONAL, 'Game to be streamed', null)->addOption('shift', null, InputOption::VALUE_OPTIONAL, 'Time shift for streaming', null);
     parent::configure();
 }
Ejemplo n.º 2
0
 protected function configure()
 {
     $this->setName('nfl:rating')->setDescription('Get NFL games rating');
     parent::configure();
 }
Ejemplo n.º 3
0
 protected function configure()
 {
     $this->setName('nfl:test')->setDescription('Test');
     parent::configure();
 }
Ejemplo n.º 4
0
 protected function configure()
 {
     $this->setName('nfl:cron')->setDescription('Cron command for NFL Games streaming.');
     parent::configure();
 }
Ejemplo n.º 5
0
 protected function configure()
 {
     $this->setName('nfl:logo')->setDescription('Overlay selected game with logo')->addOption('game', 'g', InputOption::VALUE_REQUIRED, 'Team which Game to be overlayed')->addOption('dir', 'd', InputOption::VALUE_OPTIONAL, 'Game file directory', null)->addOption('logo', 'l', InputOption::VALUE_OPTIONAL, 'Logo image path', null);
     parent::configure();
 }
Ejemplo n.º 6
0
 protected function configure()
 {
     $this->setName('nfl:schedule')->setDescription('Get NFL games schedule');
     parent::configure();
 }