PHP 클래스 AppserverIo\Appserver\PersistenceContainer\PersistenceManagerFactory

저자: Bernhard Wick ([email protected])
저자: Tim Wagner ([email protected])
상속: implements AppserverIo\Appserver\Core\Interfaces\ManagerFactoryInterface
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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