PHP 클래스 SlimServices\ServiceManager

상속: extends Illuminate\Container\Container
파일 보기 프로젝트 열기: itsgoingd/slim-services 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$app
$services

공개 메소드들

메소드 설명
__construct ( Slim\Slim $app )
bind ( $abstract, $concrete = null, $shared = false ) Overload the bind method so the services are added to the Slim DI container as well as Illuminate container
boot ( ) Boot all registered service providers
register ( ServiceProvider $service ) Register a service provider with the application
registerServices ( array $services ) Register services specified by class names in an array

메소드 상세

__construct() 공개 메소드

public __construct ( Slim\Slim $app )
$app Slim\Slim

bind() 공개 메소드

Overload the bind method so the services are added to the Slim DI container as well as Illuminate container
public bind ( $abstract, $concrete = null, $shared = false )

boot() 공개 메소드

Boot all registered service providers
public boot ( )

register() 공개 메소드

Register a service provider with the application
public register ( ServiceProvider $service )
$service Illuminate\Support\ServiceProvider

registerServices() 공개 메소드

Register services specified by class names in an array
public registerServices ( array $services )
$services array

프로퍼티 상세

$app 보호되어 있는 프로퍼티

protected $app

$services 보호되어 있는 프로퍼티

protected $services