PHP 클래스 ngresttest\models\Table

File has been created with crud/create command on LUYA version 1.0.0-RC2-dev.
상속: extends luya\admin\ngrest\base\NgRestModel
파일 보기 프로젝트 열기: luyadev/luya

공개 메소드들

메소드 설명
attributeLabels ( )
genericSearchFields ( ) : array
ngRestApiEndpoint ( ) : string
ngRestAttributeTypes ( ) : array
ngRestConfig ( luya\admin\ngrest\ConfigBuilder $config ) : luya\admin\ngrest\ConfigBuilder Define the NgRestConfig for this model with the ConfigBuilder object.
rules ( )
scenarios ( )
tableName ( )

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( )

genericSearchFields() 공개 메소드

public genericSearchFields ( ) : array
리턴 array An array containing all field which can be lookedup during the admin search process.

ngRestApiEndpoint() 공개 정적인 메소드

public static ngRestApiEndpoint ( ) : string
리턴 string Defines the api endpoint for the angular calls

ngRestAttributeTypes() 공개 메소드

public ngRestAttributeTypes ( ) : array
리턴 array An array define the field types of each field

ngRestConfig() 공개 메소드

Define the NgRestConfig for this model with the ConfigBuilder object.
public ngRestConfig ( luya\admin\ngrest\ConfigBuilder $config ) : luya\admin\ngrest\ConfigBuilder
$config luya\admin\ngrest\ConfigBuilder The current active config builder object.
리턴 luya\admin\ngrest\ConfigBuilder

rules() 공개 메소드

public rules ( )

scenarios() 공개 메소드

public scenarios ( )

tableName() 공개 정적인 메소드

public static tableName ( )