PHP Class schmunk42\giiant\generators\crud\callbacks\base\Callback

Show file Open project: schmunk42/yii2-giiant Class Usage Examples

Public Methods

Method Description
attribute ( ) : Closure
column ( ) : Closure
false ( ) : Closure
field ( ) : Closure

Method Details

attribute() public static method

public static attribute ( ) : Closure
return Closure standard attribute, without any formatting

column() public static method

public static column ( ) : Closure
return Closure standard column, without any formatting

false() public static method

public static false ( ) : Closure
return Closure no output, returns false to end to provider queue

field() public static method

public static field ( ) : Closure
return Closure standard field from yii2-gii generator