Свойство | Type | Description | |
---|---|---|---|
$container | Symfony\Component\DependencyInjection\ContainerInterface |
Méthode | Description | |
---|---|---|
__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 |
Méthode | Description | |
---|---|---|
buildContainer ( $config ) | Build the container of services and parameters | |
getParameters ( ) | ||
initializeContainer ( $config ) | Initialize the container |
Méthode | Description | |
---|---|---|
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 ) |
public __construct ( array | string $config = [], Symfony\Component\DependencyInjection\ContainerInterface $container = null ) | ||
$config | array | string | |
$container | Symfony\Component\DependencyInjection\ContainerInterface |
protected buildContainer ( $config ) |
public getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface | ||
Résultat | Symfony\Component\DependencyInjection\ContainerInterface |
protected initializeContainer ( $config ) |