PHP Class AppserverIo\Appserver\Application\ApplicationFactory

Show file Open project: appserver-io/appserver

Public Methods

Method Description
visit ( AppserverIo\Appserver\Core\Interfaces\ContainerInterface $container, ContextNode $context ) : void Visitor method that registers the application in the container.

Method Details

visit() public static method

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
return void