class Alias
Methods
|
__construct(string $id, Boolean $public = true)
Constructor. |
||
| Boolean |
isPublic()
Checks if this DI Alias should be public or not. |
|
|
setPublic(Boolean $boolean)
Sets if this Alias is public. |
||
| string |
__toString()
Returns the Id of this alias. |
Details
at line 30
public
__construct(string $id, Boolean $public = true)
Constructor.
at line 43
public Boolean
isPublic()
Checks if this DI Alias should be public or not.
at line 55
public
setPublic(Boolean $boolean)
Sets if this Alias is public.
at line 67
public string
__toString()
Returns the Id of this alias.