Alias
class Alias
Methods
__construct(string $id, bool $public = true)
No description
bool
isPublic()
Checks if this DI Alias should be public or not.
$this
setPublic(bool $boolean)
Sets if this Alias is public.
$this
setPrivate(bool $boolean)
Sets if this Alias is private.
bool
isPrivate()
Whether this alias is private.
string
__toString()
Returns the Id of this alias.
Details
$this
setPrivate(bool $boolean)
Sets if this Alias is private.
When set, the "private" state has a higher precedence than "public". In version 3.4, a "private" alias always remains publicly accessible, but triggers a deprecation notice when accessed from the container, so that the alias can be made really private in 4.0.