PHP Class schmunk42\giiant\generators\crud\providers\extensions\EditableProvider

Author: Uldis Nelsons
Inheritance: extends schmunk42\giiant\base\Provider
Afficher le fichier Open project: schmunk42/yii2-giiant

Méthodes publiques

Свойство Type Description
$skipVirtualAttributes

Méthodes publiques

Méthode Description
attributeEditable ( $attribute ) : null | string
getInputType ( $column )
relationGridEditable ( string $name, $relation, boolean $showAllRecords = false ) : mixed | string Renders a grid view for a given relation.

Method Details

attributeEditable() public méthode

public attributeEditable ( $attribute ) : null | string
Résultat null | string

getInputType() public méthode

public getInputType ( $column )

relationGridEditable() public méthode

Renders a grid view for a given relation.
public relationGridEditable ( string $name, $relation, boolean $showAllRecords = false ) : mixed | string
$name string grid name
$relation grid relation
$showAllRecords boolean
Résultat mixed | string

Property Details

$skipVirtualAttributes public_oe property

public $skipVirtualAttributes