PHP 클래스 schmunk42\giiant\generators\crud\callbacks\base\Callback

파일 보기 프로젝트 열기: schmunk42/yii2-giiant 1 사용 예제들

공개 메소드들

메소드 설명
attribute ( ) : Closure
column ( ) : Closure
false ( ) : Closure
field ( ) : Closure

메소드 상세

attribute() 공개 정적인 메소드

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

column() 공개 정적인 메소드

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

false() 공개 정적인 메소드

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

field() 공개 정적인 메소드

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