PHP 클래스 schmunk42\giiant\generators\crud\providers\extensions\EditableProvider

저자: Uldis Nelsons
상속: extends schmunk42\giiant\base\Provider
파일 보기 프로젝트 열기: schmunk42/yii2-giiant

공개 프로퍼티들

프로퍼티 타입 설명
$skipVirtualAttributes

공개 메소드들

메소드 설명
attributeEditable ( $attribute ) : null | string
getInputType ( $column )
relationGridEditable ( string $name, $relation, boolean $showAllRecords = false ) : mixed | string Renders a grid view for a given relation.

메소드 상세

attributeEditable() 공개 메소드

public attributeEditable ( $attribute ) : null | string
리턴 null | string

getInputType() 공개 메소드

public getInputType ( $column )

relationGridEditable() 공개 메소드

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
리턴 mixed | string

프로퍼티 상세

$skipVirtualAttributes 공개적으로 프로퍼티

public $skipVirtualAttributes