Exemple #1
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array(
         'baseClass'=>'Base Class',
         'className'=>'Console Command Class Name',
         'scriptPath'=>'Script Path',            
     ));
 }
Exemple #2
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array(
         'baseClass'=>'Base Class',
         'className'=>'Class Name of the Application',
         'scriptPath'=>'Script Path',
     ));
 }
Exemple #3
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array(
         'baseClass'=>'Base Class',
         'className'=>'View Renderer Class Name',
         'scriptPath'=>'Script Path',            
     ));
 }
Exemple #4
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('baseClass' => 'Base Class', 'className' => 'Action ID', 'scriptPath' => 'Script Path'));
 }
Exemple #5
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('baseClass' => 'Base Class', 'className' => 'Class Name of the message source', 'scriptPath' => 'Script Path'));
 }
Exemple #6
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('migrateName' => 'Migrate Class Name', 'code' => 'SQL', 'clearCache' => 'Flush cache', 'clearAssets' => 'Clear assets'));
 }
 /**
  * @return array
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('modelPath' => 'Model Path', 'modelClass' => 'Model Class'));
 }
 /**
  * (non-PHPdoc)
  * @see CCodeModel::attributeLabels()
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('workflowPath' => 'Workflow Path', 'workflowName' => 'Workflow Name', 'yedfile_upload' => 'yEd Workflow File', 'enableI8N' => 'Enable Internationalisation'));
 }
Exemple #9
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('model' => 'Model Class', 'controller' => 'Controller ID', 'baseControllerClass' => 'Base Controller Class'));
 }
Exemple #10
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('baseClass' => 'Base Class', 'controller' => 'Controller ID', 'actions' => 'Action IDs'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('moduleID' => 'Module ID'));
 }
 /**
  * Attribute labels
  *
  * @return array
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('tableName' => 'Table Name', 'migrationPath' => 'Migration Path', 'modelClass' => 'Class Name', 'modelPath' => 'Model Path', 'baseClass' => 'Base Class', 'controllerClass' => 'Controller Name', 'baseControllerClass' => 'Base Controller Class'));
 }
Exemple #13
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('blockName' => 'Block Name'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('migrateName' => 'Migrate Class Name', 'code' => 'SQL', 'alreadyAppliedCode' => 'Check if applied (if returns >= 1 records - mark as applied', 'clearCache' => 'Flush cache', 'clearAssets' => 'Clear assets'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('baseClass' => 'Base Class', 'className' => 'Portlet Class Name', 'scriptPath' => 'Script Path', 'comment' => 'class-level DocBlock for your component'));
 }
Exemple #16
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('layoutName' => 'Layout Name'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('className' => 'Widget Class Name'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('enumerableName' => 'Enumerable Name', 'enumerablePath' => 'Enumerable Path', 'baseClass' => 'Base Class', 'enumerableItems' => 'Enumerable Items'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('tablePrefix' => 'Table Prefix', 'tableName' => 'Table Name', 'modelPath' => 'Model Path', 'modelClass' => 'Model Class', 'baseClass' => 'Base Class', 'buildRelations' => 'Build Relations'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('modelPath' => 'Models Path', 'fixturePath' => 'Fixtures Path'));
 }
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('modelPath' => 'Model Path', 'modelClass' => 'Model Class', 'useMixin' => 'Use @mixin tag for behaviors'));
 }
Exemple #22
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('path' => 'route to applications'));
 }
Exemple #23
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('contentName' => 'Content Name', 'contentId' => 'Content ID'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('model' => 'Model Class', 'name' => 'Русское название модели', 'name_many_nominative' => 'Мн.ч. Именительный падеж', 'name_one_accusative' => 'Ед.ч. Винительный падеж', 'name_one_preposition' => 'Ед.ч. Предложный падеж', 'name_many_genitive' => 'Мн.ч. Родительный падеж', 'name_many_instrumentative' => 'Мн.ч. Творительный падеж', 'controller' => 'Controller ID', 'baseControllerClass' => 'Base Controller Class'));
 }
Exemple #25
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('tablePrefix' => 'Table Prefix', 'tableName' => 'Table Name', 'modelPath' => 'Model Path', 'modelClass' => 'Model Class', 'baseClass' => 'Base Class', 'buildRelations' => 'Build Relations', 'commentsAsLabels' => 'Use Column Comments as Attribute Labels', 'connectionId' => 'Database Connection'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('moduleID' => 'ID', 'name' => 'Название', 'description' => 'Описание'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('model' => 'Model Class', 'viewName' => 'View Name', 'viewPath' => 'View Path', 'scenario' => 'Scenario'));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('className' => 'Class', 'baseClass' => 'extends', 'interfaceName' => 'implements', 'comment' => 'class-level DocBlock for your component', 'scriptPath' => 'Script Path', 'isAbstract' => 'The class is abstract.', 'codeBody' => 'Your codelines after the magic methods'));
 }