PHP Класс Symfony\Component\DependencyInjection\Alias

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $id, boolean $public = true ) Constructor.
__toString ( ) : string Returns the Id of this alias.
isPublic ( ) : boolean Checks if this DI Alias should be public or not.
setPublic ( boolean $boolean ) Sets if this Alias is public.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $id, boolean $public = true )
$id string Alias identifier
$public boolean If this alias is public

__toString() публичный Метод

Returns the Id of this alias.
public __toString ( ) : string
Результат string The alias id

isPublic() публичный Метод

Checks if this DI Alias should be public or not.
public isPublic ( ) : boolean
Результат boolean

setPublic() публичный Метод

Sets if this Alias is public.
public setPublic ( boolean $boolean )
$boolean boolean If this Alias should be public