Метод |
Описание |
|
attributeLabels ( ) |
|
|
generate ( ) |
|
|
generateActionParamComments ( ) : array |
Generates parameter tags for phpdoc |
|
generateActionParams ( ) : string |
Generates action parameters |
|
generateActiveField ( string $attribute, $fk, $tableSchema = null, $relations = null, $isTree = false ) : string |
Generates code for active field |
|
generateColumnFormat ( ColumnSchema $column ) : string |
Generates column format |
|
generateDetailViewField ( string $attribute, $fk, yii\db\TableSchema $tableSchema = null ) : string |
Generates code for Grid View field |
|
generateFK ( $tableSchema = null ) |
|
|
generateGridViewField ( string $attribute, array $fk, yii\db\TableSchema $tableSchema = null ) : string |
Generates code for Grid View field |
|
generateGridViewFieldIndex ( string $attribute, array $fk, yii\db\TableSchema $tableSchema = null ) : string |
Generates code for Grid View field |
|
generateSearchConditions ( ) : array |
Generates search conditions |
|
generateSearchLabels ( ) : array |
Generates the attribute labels for the search model. |
|
generateSearchRules ( ) : array |
Generates validation rules for the search model. |
|
generateTabularFormField ( string $attribute, $fk, $tableSchema = null ) : string |
Generates code for Kartik Tabular Form field |
|
generateUrlParams ( ) : string |
Generates URL parameters |
|
getControllerID ( ) : string |
|
|
getDescription ( ) |
|
|
getName ( ) |
|
|
getNameAttribute ( ) |
|
|
getNameAttributeFK ( $tableName ) |
|
|
getSearchAttributes ( ) : array |
|
|
getViewPath ( ) : string |
|
|
hints ( ) |
|
|
requiredTemplates ( ) |
|
|
rules ( ) |
|
|
stickyAttributes ( ) |
|
|