PHP Класс AppserverIo\Appserver\PersistenceContainer\PersistenceManagerFactory

Автор: Bernhard Wick ([email protected])
Автор: Tim Wagner ([email protected])
Наследование: implements AppserverIo\Appserver\Core\Interfaces\ManagerFactoryInterface
Показать файл Открыть проект

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

Метод Описание
visit ( AppserverIo\Psr\Application\ApplicationInterface $application, AppserverIo\Appserver\Core\Api\Node\ManagerNodeInterface $managerConfiguration ) : void The main method that creates new instances in a separate context.

Описание методов

visit() публичный статический метод

The main method that creates new instances in a separate context.
public static visit ( AppserverIo\Psr\Application\ApplicationInterface $application, AppserverIo\Appserver\Core\Api\Node\ManagerNodeInterface $managerConfiguration ) : void
$application AppserverIo\Psr\Application\ApplicationInterface The application instance to register the class loader with
$managerConfiguration AppserverIo\Appserver\Core\Api\Node\ManagerNodeInterface The manager configuration
Результат void