PHP 클래스 Swap\Service\Registry

저자: Florian Voutzinos ([email protected])
파일 보기 프로젝트 열기: florianv/swap 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor.
get ( string $name ) : string | null Gets a service.
has ( string $name ) : boolean Tells of the registry has the given service.
register ( string $name, string | callable $classOrCallable ) Registers a new service.

비공개 메소드들

메소드 설명
registerServices ( ) Registers the core services.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

get() 공개 메소드

Gets a service.
public get ( string $name ) : string | null
$name string The service name
리턴 string | null

has() 공개 메소드

Tells of the registry has the given service.
public has ( string $name ) : boolean
$name string The service name
리턴 boolean

register() 공개 정적인 메소드

Registers a new service.
public static register ( string $name, string | callable $classOrCallable )
$name string The service name
$classOrCallable string | callable The class name or a callable