コード例 #1
0
ファイル: FileGenerator.php プロジェクト: crisu83/yii-caviar
 /**
  * @inheritDoc
  */
 public function attributeHelp()
 {
     return array_merge(parent::attributeHelp(), array('template' => "Name of the template to use (default to '{$this->template}')"));
 }
コード例 #2
0
 /**
  * @inheritDoc
  */
 public function attributeHelp()
 {
     return array_merge(parent::attributeHelp(), array('subject' => "Name of the application to generate."));
 }