Method |
Description |
|
__construct ( string $parent ) |
|
|
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 ) : self |
You should always use this method when overwriting existing arguments
of the parent definition. |
|
setAutowired ( $autowired ) |
|
|
setClass ( $class ) |
|
|
setConfigurator ( $callable ) |
|
|
setDecoratedService ( $id, $renamedId = null, $priority ) |
|
|
setDeprecated ( $boolean = true, $template = null ) |
|
|
setFactory ( $callable ) |
|
|
setFile ( $file ) |
|
|
setLazy ( $boolean ) |
|
|
setPublic ( $boolean ) |
|
|