Method |
Description |
|
__construct ( string $parent ) |
Constructor. |
|
getArgument ( integer $index ) : mixed |
Gets an argument to pass to the service constructor/factory method. |
|
getChanges ( ) : array |
Returns all changes tracked for the Definition object. |
|
getParent ( ) : string |
Returns the Definition being decorated. |
|
replaceArgument ( integer $index, mixed $value ) : DefinitionDecorator |
You should always use this method when overwriting existing arguments
of the parent definition. |
|
setClass ( $class ) |
{@inheritDoc} |
|
setConfigurator ( $callable ) |
{@inheritDoc} |
|
setFactoryClass ( $class ) |
{@inheritDoc} |
|
setFactoryMethod ( $method ) |
{@inheritDoc} |
|
setFactoryService ( $service ) |
{@inheritDoc} |
|
setFile ( $file ) |
{@inheritDoc} |
|
setPublic ( $boolean ) |
{@inheritDoc} |
|