PHP Интерфейс bitExpert\Disco\Proxy\Configuration\AliasContainerInterface

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

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

Метод Описание
getAlias ( string $alias ) : mixed Finds an entry of the container by the given alias and returns it.
hasAlias ( string $alias ) : boolean Returns true if the container can return an entry for the given alias.

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

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

Finds an entry of the container by the given alias and returns it.
public getAlias ( string $alias ) : mixed
$alias string Alias of the entry to look for.
Результат mixed

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

Returns false otherwise.
public hasAlias ( string $alias ) : boolean
$alias string Identifier of the entry to look for
Результат boolean