Reference
final class Reference
Reference to service. Either by name or by type or reference to the 'self' service.
Constants
SELF |
|
Methods
__construct(string $value)
No description
string
getValue()
No description
bool
isName()
No description
bool
isType()
No description
bool
isSelf()
No description
Details
at line 27
static Reference
fromType(string $value)
No description
at line 37
__construct(string $value)
No description
at line 43
string
getValue()
No description
at line 49
bool
isName()
No description
at line 55
bool
isType()
No description
at line 61
bool
isSelf()
No description
Traits
Strict class for better experience.