PHP Class Pheasant\SchemaBuilder

Show file Open project: lox/pheasant

Public Methods

Method Description
__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 )

Method Details

__construct() public method

public __construct ( $pheasant )

build() public method

Builds a schema object
public build ( $class )

events() public method

Sets the schema events
public events ( $map )

getters() public method

public getters ( $map )

properties() public method

Sets the schema properties chainable
public properties ( $map )

relationships() public method

Sets the schema relationships
public relationships ( $map )

setters() public method

public setters ( $map )