Esempio n. 1
0
 /**
  * @inheritDoc
  */
 public function attributeHelp()
 {
     return array_merge(parent::attributeHelp(), array('template' => "Name of the template to use (default to '{$this->template}')"));
 }
Esempio n. 2
0
 /**
  * @inheritDoc
  */
 public function attributeHelp()
 {
     return array_merge(parent::attributeHelp(), array('subject' => "Name of the application to generate."));
 }