PHP 클래스 Larabros\Elogram\Providers\GuzzleServiceProvider

저자: Hassan Khan ([email protected])
상속: extends League\Container\ServiceProvider\AbstractServiceProvider
파일 보기 프로젝트 열기: larabros/elogram

보호된 프로퍼티들

프로퍼티 타입 설명
$provides array The provides array is a way to let the container know that a service is provided by this service provider. Every service that is registered via this service provider must have an alias added to this array or it will be ignored.

공개 메소드들

메소드 설명
register ( ) : void Use the register method to register items with the container via the protected $this->container property or the getContainer method from the ContainerAwareTrait.

메소드 상세

register() 공개 메소드

Use the register method to register items with the container via the protected $this->container property or the getContainer method from the ContainerAwareTrait.
public register ( ) : void
리턴 void

프로퍼티 상세

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

The provides array is a way to let the container know that a service is provided by this service provider. Every service that is registered via this service provider must have an alias added to this array or it will be ignored.
protected array $provides
리턴 array