PHP 클래스 AppserverIo\Appserver\Core\GenericContainerFactory

상속: implements AppserverIo\Appserver\Core\Interfaces\ContainerFactoryInterface
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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