PHP Class Lemon\RestBundle\Object\Registry

Afficher le fichier Open project: stanlemon/rest-bundle Class Usage Examples

Protected Properties

Свойство Type Description
$classes

Méthodes publiques

Méthode Description
add ( Definition $definition )
all ( )
get ( string $name ) : Definition
has ( string $name ) : boolean

Method Details

add() public méthode

public add ( Definition $definition )
$definition Definition

all() public méthode

public all ( )

get() public méthode

public get ( string $name ) : Definition
$name string
Résultat Definition

has() public méthode

public has ( string $name ) : boolean
$name string
Résultat boolean

Property Details

$classes protected_oe property

protected $classes