PHP Class AppserverIo\Appserver\Naming\NamingContextFactory

Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode Description
visit ( AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface $manager ) : void Creates a new naming context and add's it to the passed manager.

Method Details

visit() public static méthode

Creates a new naming context and add's it to the passed manager.
public static visit ( AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface $manager ) : void
$manager AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface The manager to add the naming context to
Résultat void