PHP 인터페이스 bitExpert\Disco\Proxy\Configuration\AliasContainerInterface

파일 보기 프로젝트 열기: bitexpert/disco 0 사용 예제들

공개 메소드들

메소드 설명
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