Ejemplo n.º 1
0
 /**
  * @inheritDoc
  */
 public function attributeHelp()
 {
     return array_merge(parent::attributeHelp(), array('connectionId' => "Name of the database connection to use (defaults to '{$this->connectionId}').", 'tablePrefix' => "Prefix for table names (defaults to null).", 'buildRelations' => "Whether to generate model relations (defaults to true).", 'commentsAsLabels' => "Whether to generate model labels from comments (defaults to true).", 'subject' => "Name for the model that will be generated."));
 }
Ejemplo n.º 2
0
 /**
  * @inheritDoc
  */
 public function attributeHelp()
 {
     return array_merge(parent::attributeHelp(), array('actions' => "Space separated actions to generate (defaults to '{$this->actions}').", 'subject' => "Name of the controller that will be generated."));
 }