PHP 클래스 AppserverIo\Appserver\Application\ApplicationFactory

파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
visit ( AppserverIo\Appserver\Core\Interfaces\ContainerInterface $container, ContextNode $context ) : void Visitor method that registers the application in the container.

메소드 상세

visit() 공개 정적인 메소드

Visitor method that registers the application in the container.
public static visit ( AppserverIo\Appserver\Core\Interfaces\ContainerInterface $container, ContextNode $context ) : void
$container AppserverIo\Appserver\Core\Interfaces\ContainerInterface The container instance bind the application to
$context AppserverIo\Appserver\Core\Api\Node\ContextNode The application configuration
리턴 void