프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$loaded | array | Services that are loaded (instantiated) | |
$services | array | Services |
메소드 | 설명 | |
---|---|---|
__construct ( array $services = null ) : |
Constructor | |
get ( string $name ) : mixed | Get a service object. | |
remove ( string $name ) : |
Remove a service | |
set ( string $name, mixed $call, mixed $params = null ) : |
Set a service object. It will overwrite any previous service with the same name. |
메소드 | 설명 | |
---|---|---|
load ( string $name ) : |
Load a service object. It will overwrite any previous service with the same name. |
public __construct ( array $services = null ) : |
||
$services | array | |
리턴 |