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

Author: Uldis Nelsons
Inheritance: extends schmunk42\giiant\base\Provider
Show file Open project: schmunk42/yii2-giiant

Public Properties

Property Type Description
$skipVirtualAttributes

Public Methods

Method 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 method

public attributeEditable ( $attribute ) : null | string
return null | string

getInputType() public method

public getInputType ( $column )

relationGridEditable() public method

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
return mixed | string

Property Details

$skipVirtualAttributes public property

public $skipVirtualAttributes