bool isLazy() Whether this service is lazy. Return Value bool
bool isDeprecated() Whether this definition is deprecated, that means it should not be called anymore. Return Value bool
bool isAutowired() Is the definition autowired? Return Value bool
bool isAbstract() Whether this definition is abstract, that means it merely serves as a template for other definitions. Return Value bool
bool hasTag(string $name) Whether this definition has a tag with the given name. Parameters string $name Return Value bool
bool hasMethodCall(string $method) Check if the current definition has a given method to call after service initialization. Parameters string $method The method name to search for Return Value bool
bool hasAutowiringType(string $type) Will this definition default for the given type? Parameters string $type Return Value bool
array getTags() Returns all tags. Return Value array An array of tags
array getTag(string $name) Gets a tag by name. Parameters string $name The tag name Return Value array An array of attributes
getProperties()
Page 548 of 787