PHP Класс AppserverIo\Appserver\Application\ApplicationFactory

Автор: Tim Wagner ([email protected])
Показать файл Открыть проект

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

Метод Описание
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