当前位置: 首页>>代码示例>>PHP>>正文


PHP CCodeModel::attributeLabels方法代码示例

本文整理汇总了PHP中CCodeModel::attributeLabels方法的典型用法代码示例。如果您正苦于以下问题:PHP CCodeModel::attributeLabels方法的具体用法?PHP CCodeModel::attributeLabels怎么用?PHP CCodeModel::attributeLabels使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在CCodeModel的用法示例。


在下文中一共展示了CCodeModel::attributeLabels方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: attributeLabels

 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array(
         'baseClass'=>'Base Class',
         'className'=>'Console Command Class Name',
         'scriptPath'=>'Script Path',            
     ));
 }
开发者ID:rapbore,项目名称:comar,代码行数:8,代码来源:CommandCode.php

示例2: attributeLabels

 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array(
         'baseClass'=>'Base Class',
         'className'=>'Class Name of the Application',
         'scriptPath'=>'Script Path',
     ));
 }
开发者ID:rapbore,项目名称:comar,代码行数:8,代码来源:ApplicationCode.php

示例3: attributeLabels

 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('baseClass' => 'Base Class', 'className' => 'Action ID', 'scriptPath' => 'Script Path'));
 }
开发者ID:nicosierra,项目名称:DarwinEd,代码行数:4,代码来源:ActionCode.php

示例4: attributeLabels

 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('migrateName' => 'Migrate Class Name', 'code' => 'SQL', 'clearCache' => 'Flush cache', 'clearAssets' => 'Clear assets'));
 }
开发者ID:RSol,项目名称:yii_gii_migrate,代码行数:4,代码来源:migrateCode.php

示例5: attributeLabels

 /**
  * @return array
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('modelPath' => 'Model Path', 'modelClass' => 'Model Class'));
 }
开发者ID:cornernote,项目名称:yii-embed-wordpress,代码行数:7,代码来源:ModelDocCode.php

示例6: attributeLabels

 /**
  * (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'));
 }
开发者ID:honglei619,项目名称:simpleWorkflow,代码行数:8,代码来源:SimpleWorkflowCode.php

示例7: attributeLabels

 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('moduleID' => 'Module ID'));
 }
开发者ID:conghua1013,项目名称:Yii-Bootstrap-Admin,代码行数:4,代码来源:ModuleCode.php

示例8: attributeLabels

 /**
  * 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'));
 }
开发者ID:code-4-england,项目名称:OpenEyes,代码行数:9,代码来源:ElementCode.php

示例9: attributeLabels

 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'));
 }
开发者ID:voronenko,项目名称:yii_gii_migrate,代码行数:4,代码来源:MigrateCode.php

示例10: attributeLabels

 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'));
 }
开发者ID:sharmarakesh,项目名称:edusec-college-management-system,代码行数:4,代码来源:edusecModelCode.php

示例11: attributeLabels

 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('modelPath' => 'Models Path', 'fixturePath' => 'Fixtures Path'));
 }
开发者ID:asdmundt,项目名称:templateYiiApp,代码行数:4,代码来源:FixtureCode.php

示例12: attributeLabels

 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('modelPath' => 'Model Path', 'modelClass' => 'Model Class', 'useMixin' => 'Use @mixin tag for behaviors'));
 }
开发者ID:cornernote,项目名称:gii-modeldoc-generator,代码行数:7,代码来源:ModelDocCode.php

示例13: attributeLabels

 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'));
 }
开发者ID:BGCX261,项目名称:zoomtyre-svn-to-git,代码行数:4,代码来源:CrudruCode.php

示例14: attributeLabels

 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'));
 }
开发者ID:42point,项目名称:Vinum,代码行数:4,代码来源:ModelCode.php

示例15: attributeLabels

 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'));
 }
开发者ID:rusli-nasir,项目名称:smsempresayii,代码行数:4,代码来源:ClassCode.php


注:本文中的CCodeModel::attributeLabels方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。