Class Symfony\Component\DependencyInjection\ChildDefinition

extends Definition

This definition extends another definition.

Methods
Methods inherited from Symfony\Component\DependencyInjection\Definition
getChanges(), setChanges(), setFactory(), getFactory(), setDecoratedService(), getDecoratedService(), setClass(), getClass(), setArguments(), setProperties(), getProperties(), setProperty(), addArgument(), setArgument(), getArguments(), setMethodCalls(), addMethodCall(), removeMethodCall(), hasMethodCall(), getMethodCalls(), setInstanceofConditionals(), getInstanceofConditionals(), setAutoconfigured(), isAutoconfigured(), setTags(), getTags(), getTag(), addTag(), hasTag(), clearTag(), clearTags(), setFile(), getFile(), setShared(), isShared(), setPublic(), isPublic(), isPrivate(), setLazy(), isLazy(), setSynthetic(), isSynthetic(), setAbstract(), isAbstract(), setDeprecated(), isDeprecated(), getDeprecation(), setConfigurator(), getConfigurator(), isAutowired(), setAutowired(), getBindings(), setBindings(), addError(), getErrors(), hasErrors()
Constants inherited from Symfony\Component\DependencyInjection\Definition
DEFAULT_DEPRECATION_TEMPLATE
Properties
Properties inherited from Symfony\Component\DependencyInjection\Definition
$class, $file, $factory, $shared, $deprecation, $properties, $calls, $instanceof, $autoconfigured, $configurator, $tags, $public, $synthetic, $abstract, $lazy, $decoratedService, $autowired, $changes, $bindings, $errors, $arguments