PHP Класс AppserverIo\Appserver\Core\GenericContainerFactory

Автор: Tim Wagner ([email protected])
Наследование: implements AppserverIo\Appserver\Core\Interfaces\ContainerFactoryInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
factory ( AppserverIo\Appserver\Core\Interfaces\ApplicationServerInterface $applicationServer, AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface $configuration, integer $runlevel = ApplicationServerInterface::NETWORK ) : void Factory method to create a new container instance.

Описание методов

factory() публичный статический метод

Factory method to create a new container instance.
public static factory ( AppserverIo\Appserver\Core\Interfaces\ApplicationServerInterface $applicationServer, AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface $configuration, integer $runlevel = ApplicationServerInterface::NETWORK ) : void
$applicationServer AppserverIo\Appserver\Core\Interfaces\ApplicationServerInterface The application instance to register the class loader with
$configuration AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface The class loader configuration
$runlevel integer The runlevel the container has been started in
Результат void