PHP 클래스 Bitpay\Bitpay

파일 보기 프로젝트 열기: bitpay/php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$container Symfony\Component\DependencyInjection\ContainerInterface

공개 메소드들

메소드 설명
__construct ( array | string $config = [], Symfony\Component\DependencyInjection\ContainerInterface $container = null ) First argument can either be a string or fullpath to a yaml file that contains configuration parameters. For a list of configuration values see \Bitpay\Config\Configuration class
get ( $service ) : mixed
getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface

보호된 메소드들

메소드 설명
buildContainer ( $config ) Build the container of services and parameters
getParameters ( )
initializeContainer ( $config ) Initialize the container

비공개 메소드들

메소드 설명
getContainerLoader ( Symfony\Component\DependencyInjection\ContainerInterface $container ) : Symfony\Component\Config\Loader\LoaderInterface
getDefaultExtensions ( ) : array Returns an array of the default extensions
prepareContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container )

메소드 상세

__construct() 공개 메소드

The second argument is the container if you want to build one by hand.
public __construct ( array | string $config = [], Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$config array | string
$container Symfony\Component\DependencyInjection\ContainerInterface

buildContainer() 보호된 메소드

Build the container of services and parameters
protected buildContainer ( $config )

get() 공개 메소드

public get ( $service ) : mixed
리턴 mixed

getContainer() 공개 메소드

public getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
리턴 Symfony\Component\DependencyInjection\ContainerInterface

getParameters() 보호된 메소드

protected getParameters ( )

initializeContainer() 보호된 메소드

Initialize the container
protected initializeContainer ( $config )

프로퍼티 상세

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

protected ContainerInterface,Symfony\Component\DependencyInjection $container
리턴 Symfony\Component\DependencyInjection\ContainerInterface