Reference
class Reference
Reference represents a service reference.
Methods
__construct(string $id, int $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE)
Constructor.
string
__toString()
__toString.
int
getInvalidBehavior()
Returns the behavior to be used when the service does not exist.
Details
at line line 32
__construct(string $id, int $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE)
Constructor.
at line line 43
string
__toString()
__toString.
at line line 53
int
getInvalidBehavior()
Returns the behavior to be used when the service does not exist.