PHP 클래스 Pheasant\SchemaBuilder

파일 보기 프로젝트 열기: lox/pheasant

공개 메소드들

메소드 설명
__construct ( $pheasant )
build ( $class ) Builds a schema object
events ( $map ) Sets the schema events
getters ( $map )
properties ( $map ) Sets the schema properties chainable
relationships ( $map ) Sets the schema relationships
setters ( $map )

메소드 상세

__construct() 공개 메소드

public __construct ( $pheasant )

build() 공개 메소드

Builds a schema object
public build ( $class )

events() 공개 메소드

Sets the schema events
public events ( $map )

getters() 공개 메소드

public getters ( $map )

properties() 공개 메소드

Sets the schema properties chainable
public properties ( $map )

relationships() 공개 메소드

Sets the schema relationships
public relationships ( $map )

setters() 공개 메소드

public setters ( $map )