Ejemplo n.º 1
0
 /**
  * registerCommands
  *
  * @return  void
  */
 public function registerCommands()
 {
     parent::registerCommands();
     /*
      * Register Commands
      * --------------------------------------------
      * Register your own commands here, make sure you have call the parent, some important
      * system command has registered at parent::registerCommands().
      */
     // Your commands here.
 }