Ejemplo n.º 1
0
 /**
  * Create and set description of CLI task class.
  *
  * @return void
  */
 protected function action()
 {
     $info = CLI_Task_Info::get_info($this->options['name']);
     $this->template->set('kohana_cli_task', $info);
 }