PHP Class Pheasant\SchemaBuilder

Afficher le fichier Open project: lox/pheasant

Méthodes publiques

Méthode 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 méthode

public __construct ( $pheasant )

build() public méthode

Builds a schema object
public build ( $class )

events() public méthode

Sets the schema events
public events ( $map )

getters() public méthode

public getters ( $map )

properties() public méthode

Sets the schema properties chainable
public properties ( $map )

relationships() public méthode

Sets the schema relationships
public relationships ( $map )

setters() public méthode

public setters ( $map )