EC-CUBE4 APIドキュメント

Application extends Pimple

Table of Contents

$instance Application
$initialized
$booted
$providers
$parentContainer ContainerInterface
getInstance() Application
clearInstance() mixed
__clone() mixed
__construct() mixed
isBooted() Application::runが実行されているか親クラスのプロパティから判定 bool
initialize() Initialize to Application. mixed
register() Registers a service provider. Application
boot() Boots all service providers. mixed
setParentContainer() Set to the Symfony ContainerInterface. mixed
getParentContainer() Get ParentContainer. ContainerInterface

Properties

$parentContainer

protected ContainerInterface $parentContainer

Methods

clearInstance()

public static clearInstance( ) : mixed
Return values
mixed

__clone()

public final __clone( ) : mixed
Return values
mixed

__construct()

public __construct( [ $values : array = [] ] ) : mixed
Parameters
$values : array = []
Return values
mixed

isBooted()

Application::runが実行されているか親クラスのプロパティから判定

public isBooted( ) : bool
Return values
bool

initialize()

Initialize to Application.

public initialize( ) : mixed
Return values
mixed

setParentContainer()

Set to the Symfony ContainerInterface.

public setParentContainer( $parentContainer : ContainerInterface ) : mixed
Parameters
$parentContainer : ContainerInterface
Return values
mixed

getParentContainer()

Get ParentContainer.

public getParentContainer( ) : ContainerInterface
Return values
ContainerInterface

Search results