PHP Class AppserverIo\Appserver\Application\ApplicationFactory

Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode 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 méthode

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
Résultat void