Definition::getTags()

array getTags() Returns all tags. Return Value array An array of tags

Definition::getProperties()

getProperties()

Definition::getFactory()

string|array getFactory() Gets the factory. Return Value string|array The PHP function or an array containing a class/Reference and a method to call

Definition::getConfigurator()

callable|null getConfigurator() Gets the configurator to call after the service is fully initialized. Return Value callable|null The PHP callable to call

Definition::getClass()

string|null getClass() Gets the service class. Return Value string|null The service class

Definition::getDeprecationMessage()

string getDeprecationMessage(string $id) Message to use if this definition is deprecated. Parameters string $id Service id relying on this definition Return Value string

Definition::getDecoratedService()

null|array getDecoratedService() Gets the service that decorates this service. Return Value null|array An array composed of the decorated service id, the new id for it and the priority of decoration, null if no service is decorated

Definition::clearTag()

Definition clearTag(string $name) Clears all tags for a given name. Parameters string $name The tag name Return Value Definition

Definition::getAutowiringTypes()

string[] getAutowiringTypes() Gets autowiring types that will default to this definition. Return Value string[]

Definition::clearTags()

Definition clearTags() Clears the tags for this definition. Return Value Definition The current instance