class Alias
| __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. |
Constructor.
Checks if this DI Alias should be public or not.
Sets if this Alias is public.
Returns the Id of this alias.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/DependencyInjection/Alias.html