Пример #1
0
 /**
  * Execute this command.
  *
  * @return int|void
  */
 protected function doExecute()
 {
     $generator = new GeneratorController($this);
     $generator->setTask('add.list')->execute();
 }
 /**
  * Execute this command.
  *
  * @return int|void
  */
 protected function doExecute()
 {
     $generator = new GeneratorController($this);
     $generator->setTask('template.convert')->execute();
 }