final class Reference

Reference to service. Either by name or by type or reference to the 'self' service.

Constants

Self

SELF

Methods

static Reference
fromType(string $value)

Creates a type-based reference (resolved by class name rather than service name).

__construct(string $value)

No description

string
getValue()

No description

bool
isName()

No description

bool
isType()

No description

bool
isSelf()

No description

Details

at line 25
static Reference fromType(string $value)

Creates a type-based reference (resolved by class name rather than service name).

Parameters

string $value

Return Value

Reference

at line 35
__construct(string $value)

No description

Parameters

string $value

at line 41
string getValue()

No description

Return Value

string

at line 47
bool isName()

No description

Return Value

bool

at line 53
bool isType()

No description

Return Value

bool

at line 59
bool isSelf()

No description

Return Value

bool