Пример #1
0
 /**
  * @inheritDoc
  */
 public function attributeHelp()
 {
     return array_merge(parent::attributeHelp(), array('baseClass' => "Name of the class to extend (defaults to {$this->baseClass}).", 'namespace' => "Name of the namespace to use (defaults to '{$this->namespace}').", 'subject' => "Name of the component that will be generated."));
 }