PHP Class schmunk42\giiant\generators\crud\providers\core\OptsProvider

Author: Christopher Stebe ([email protected])
Inheritance: extends schmunk42\giiant\base\Provider
Show file Open project: schmunk42/yii2-giiant

Public Methods

Method Description
activeField ( $attribute )
attributeFormat ( $attribute ) : null | string Formatter for detail view attributes, who have get[.
columnFormat ( $attribute, $model ) : null | string Formatter for detail view attributes, who have get[.

Method Details

activeField() public method

public activeField ( $attribute )

attributeFormat() public method

.]ValueLabel function.
public attributeFormat ( $attribute ) : null | string
return null | string

columnFormat() public method

.]ValueLabel function.
public columnFormat ( $attribute, $model ) : null | string
$model ActiveRecord
return null | string