Alias
class Alias
Methods
__construct(string $id, bool $public = true)
Constructor.
bool
isPublic()
Checks if this DI Alias should be public or not.
setPublic(bool $boolean)
Sets if this Alias is public.
string
__toString()
Returns the Id of this alias.
Details
at line line 25
__construct(string $id, bool $public = true)
Constructor.
at line line 36
bool
isPublic()
Checks if this DI Alias should be public or not.
at line line 46
setPublic(bool $boolean)
Sets if this Alias is public.
at line line 56
string
__toString()
Returns the Id of this alias.