Méthode | Description | |
---|---|---|
__construct ( ) | Constructor. | |
compile ( ) | ||
getParameter ( $name ) | ||
getParameterBag ( ) | ||
hasParameter ( $name ) | ||
isFrozen ( ) | ||
setParameter ( $name, $value ) |
Méthode | Description | |
---|---|---|
getDefaultParameters ( ) : array | Gets the default parameters. | |
getFooService ( ) : Foo | Gets the 'foo' service. | |
getServiceFromAnonymousFactoryService ( ) : Bar\FooClass | Gets the 'service_from_anonymous_factory' service. | |
getServiceWithMethodCallAndFactoryService ( ) : Bar\FooClass | Gets the 'service_with_method_call_and_factory' service. |
Méthode | Description | |
---|---|---|
getDynamicParameter ( $name ) : mixed | Computes a dynamic parameter. |
protected getDefaultParameters ( ) : array | ||
Résultat | array | An array of the default parameters |
protected getFooService ( ) : Foo | ||
Résultat | Foo | A Foo instance |
protected getServiceFromAnonymousFactoryService ( ) : Bar\FooClass | ||
Résultat | Bar\FooClass | A Bar\FooClass instance |
protected getServiceWithMethodCallAndFactoryService ( ) : Bar\FooClass | ||
Résultat | Bar\FooClass | A Bar\FooClass instance |