PHP Class Lemon\RestBundle\Object\Registry

Show file Open project: stanlemon/rest-bundle Class Usage Examples

Protected Properties

Property Type Description
$classes

Public Methods

Method Description
add ( Definition $definition )
all ( )
get ( string $name ) : Definition
has ( string $name ) : boolean

Method Details

add() public method

public add ( Definition $definition )
$definition Definition

all() public method

public all ( )

get() public method

public get ( string $name ) : Definition
$name string
return Definition

has() public method

public has ( string $name ) : boolean
$name string
return boolean

Property Details

$classes protected property

protected $classes