class Definition
Definition represents a service definition.
Methods
__construct(string|null $class = null, array $arguments = array())
Definition setFactory(string|array $factory) Sets a factory.
string|array getFactory() Gets the factory.
Definition setDecoratedService(null|string $id, null|string $renamedId = null, int $priority) Sets the service that this service is decorating.
null|array getDecoratedService() Gets the service that decorates this service.
Defi