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