Example #1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), [
         'ns' => 'Namespace',
         'db' => 'Database Connection ID',
         'tableName' => 'Table Name',
         'modelClass' => 'Model Class',
         'baseClass' => 'Base Class',
         'generateRelations' => 'Generate Relations',
         'generateLabelsFromComments' => 'Generate Labels from DB Comments',
     ]);
 }
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['db' => 'Database Connection ID', 'nsTraits' => 'Trait Namespace', 'modelClass' => 'Model Class', 'generateQuery' => 'Generate ActiveQuery', 'queryNs' => 'ActiveQuery Namespace', 'queryClass' => 'ActiveQuery Class', 'nsModel' => 'Model Namespace', 'nsSearchModel' => 'Search Model Namespace', 'UUIDColumn' => 'UUID Column', 'nsController' => 'Controller Namespace', 'viewPath' => 'View Path', 'baseControllerClass' => 'Base Controller Class', 'indexWidgetType' => 'Widget Used in Index Page', 'searchModelClass' => 'Search Model Class', 'expandable' => 'Expandable / Collapsible Index Grid View', 'exportable' => 'Exportable Index Grid View', 'pdf' => 'PDF Printable View']);
 }
Example #3
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClass' => 'Model Class', 'controllerClass' => 'Controller Class', 'nsController' => 'Controller Namespace', 'viewPath' => 'View Path', 'baseControllerClass' => 'Base Controller Class', 'indexWidgetType' => 'Widget Used in Index Page', 'nsSearchModel' => 'Search Model Namespace', 'searchModelClass' => 'Search Model Class', 'actions' => 'Action IDs', 'enableVerbFilter' => 'Enable Verb Filter']);
 }
Example #4
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClass' => 'Model Class', 'viewName' => 'View Name', 'viewPath' => 'View Path', 'scenarioName' => 'Scenario']);
 }
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['fields' => 'Table fields']);
 }
Example #6
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['migrationPath' => 'Migration Path', 'db' => 'Database Connection ID', 'tableName' => 'Table Name', 'migrationName' => 'Migration Name', 'migrationTime' => 'Migration Time', 'generateRelations' => 'Generate Relations']);
 }
Example #7
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['ns' => 'Namespace', 'db' => 'Database Connection ID', 'tableName' => 'Table Name', 'modelClass' => 'Model Class', 'baseClass' => 'Base Class', 'generateRelations' => 'Generate Relations', 'generateLabelsFromComments' => 'Generate Labels from DB Comments', 'generateQuery' => 'Generate ActiveQuery', 'queryNs' => 'ActiveQuery Namespace', 'queryClass' => 'ActiveQuery Class', 'queryBaseClass' => 'ActiveQuery Base Class', 'useSchemaName' => 'Use Schema Name']);
 }
Example #8
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClass' => 'Model Class', 'moduleID' => 'Module ID', 'controllerClass' => 'Controller Class', 'baseControllerClass' => 'Base Controller Class', 'indexWidgetType' => 'Widget Used in Index Page', 'searchModelClass' => 'Search Model Class', 'enableLanguage' => 'Enable Language CRUD']);
 }
Example #9
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['db' => 'Database Connection ID', 'nsTraits' => 'Trait Namespace', 'modelClass' => 'Model Class', 'timestampValue' => 'Value', 'blameableValue' => 'Value', 'generateQuery' => 'Generate ActiveQuery', 'queryNs' => 'ActiveQuery Namespace', 'queryClass' => 'ActiveQuery Class', 'nsModel' => 'Model Namespace', 'nsSearchModel' => 'Search Model Namespace', 'UUIDColumn' => 'UUID Column', 'nsController' => 'Controller Namespace', 'viewPath' => 'View Path', 'baseControllerClass' => 'Base Controller Class', 'indexWidgetType' => 'Widget Used in Index Page', 'searchModelClass' => 'Search Model Class', 'generateBaseOnly' => 'Generate Base Model Only']);
 }
Example #10
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['tableName' => 'Table Name', 'includeDefaultColumns' => 'Include Default Columns', 'columns' => 'Database Column Name', 'types' => 'Column Type', 'baseClass' => 'Base Class', 'migrationClassName' => 'Migration Class Name to keep time']);
 }
Example #11
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['blockName' => 'Block Name', 'blockModel' => 'Block Model Class', 'widgetModel' => 'Widget Model Class', 'destinationPath' => 'Destination Path']);
 }
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['tableName' => 'Table Name', 'migrationName' => 'Migration Name', 'migrationPath' => 'Migration Path', 'db' => 'Database Connection ID', 'useSafe' => 'Safe Mode', 'migrationDataType' => 'Migration Data', 'dropTable' => 'Drop Tables']);
 }
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['modelClass' => 'Base model class', 'relationDepth' => 'Maximum depth of relations', 'generationDepth' => 'Maximum depth of relational data', 'strategy' => 'Secondary fixtures overwrite strategy', 'query' => 'PHP expression which generates ActiveQuery object']);
 }
Example #14
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['ns' => 'Namespace', 'db' => 'MongoDB Connection ID', 'collectionName' => 'Collection Name', 'databaseName' => 'Database Name', 'modelClass' => 'Model Class', 'baseClass' => 'Base Class']);
 }
Example #15
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClass' => 'Model Class', 'controllerClass' => 'Controller Class', 'viewPath' => 'View Path', 'baseControllerClass' => 'Base Controller Class', 'searchModelClass' => 'Search Model Class', 'gridWidgetBodered' => 'Bodered', 'gridWidgetStriped' => 'Striped', 'gridWidgetCondensed' => 'Condensed', 'gridWidgetResponsive' => 'Responsive', 'gridWidgetResponsiveWrap' => 'ResponsiveWrap', 'gridWidgetHover' => 'Hover', 'gridWidgetPageSummary' => 'Page Summary', 'gridWidgetShowFooter' => 'Show Footer', 'gridWidgetPanelType' => 'Panel Type', 'gridWidgetCaption' => 'Caption', 'gridWidgetExport' => 'Enable Export Funtion', 'gridWidgetExportHtml' => 'Export Html', 'gridWidgetExportCsv' => 'Export Csv', 'gridWidgetExportExcel' => 'Export Excel', 'gridWidgetExportText' => 'Export Text', 'gridWidgetExportJson' => 'Export Json', 'gridWidgetExportPdf' => 'Export Pdf', 'gridWidgetBulkAction' => 'Bulk Action Column', 'gridWidgetPanelHeading' => 'Panel Heading', 'gridWidgetContentBeforeGrid' => 'Content Before Grid', 'gridWidgetContentAfterGrid' => 'Content After Grid', 'gridWidgetActionButton' => 'Display Action Buttons']);
 }
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['db' => 'Database Connection ID', 'tableName' => 'Table Name', 'tableIgnore' => 'Ignored tables', 'templatePath' => 'Template Path', 'datalimit' => 'Limit rows for fixtures', 'genmode' => 'Generation Mode']);
 }
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['indexFormat' => 'Index Format', 'foreignKeyFormat' => 'Foreign Key Format', 'migrationPath' => 'Migration Path', 'db' => 'Database Connection Id', 'baseClass' => 'Base Class', 'usePrefix' => 'Use Table Prefix', 'safe' => 'Use Safe Functions', 'migrationName' => 'Migration Name']);
 }
Example #18
0
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['modelClassTranslate' => 'Model Class Translate Table', 'nsModelTranslate' => 'Translate Model Namespace', 'queryNsTranslate' => 'ActiveQuery Namespace Translate Model', 'queryClassTranslate' => 'ActiveQuery Class Translate Model']);
 }
Example #19
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['ns' => 'Namespace ()', 'tableName' => 'Table Name', 'modelClass' => 'Model Class', 'baseClass' => 'Base Class', 'generateRelations' => 'Generate Relations']);
 }
Example #20
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClass' => 'Model Class', 'controllerClass' => 'Controller Class', 'viewPath' => 'View Path', 'baseControllerClass' => 'Base Controller Class', 'searchModelClass' => 'Search Model Class']);
 }
Example #21
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClass' => 'Model Class']);
 }
Example #22
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['db' => 'Database Connection ID', 'tableName' => 'Table Name', 'tableIgnore' => 'Ignored tables', 'migrationPath' => 'Migration Path', 'usePrefix' => 'Replace table prefix', 'genmode' => 'Generation Mode']);
 }
Example #23
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['ns' => 'Namespace', 'db' => 'Sphinx Connection ID', 'indexName' => 'Index Name', 'modelClass' => 'Model Class', 'baseClass' => 'Base Class']);
 }
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClass' => 'Model Class', 'controllerClass' => 'Controller Class', 'viewPath' => 'View Path', 'baseControllerClass' => 'Base Controller Class', 'indexWidgetType' => 'Widget Used in Index Page', 'searchModelClass' => 'Search Model Class']);
 }
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClass' => 'Model Class', 'fixtureClass' => 'Fixture Class Name', 'fixtureNs' => 'Fixture Class Namespace', 'dataFile' => 'Fixture Data File', 'dataPath' => 'Fixture Data Path', 'grabData' => 'Grab Existing DB Data']);
 }
Example #26
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['ns' => 'Model Namespace', 'db' => 'Database Connection ID', 'tableName' => 'Table Name', 'modelClass' => 'Model Class', 'baseClass' => 'Model Base Class', 'generateRelations' => 'Generate Relations', 'generateLabelsFromComments' => 'Generate Labels from DB Comments', 'generateQuery' => 'Generate ActiveQuery', 'queryNs' => 'ActiveQuery Namespace', 'queryClass' => 'ActiveQuery Class', 'queryBaseClass' => 'ActiveQuery Base Class', 'addingI18NStrings' => 'Adding I18N Strings', 'messagesPaths' => 'I18N Messages Path', 'imagesDomain' => 'Images Domain']);
 }
Example #27
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['ns' => 'Namespace', 'defaultController' => 'Default Controller', 'layoutsPath' => 'Layouts Path']);
 }