AppserverIo\Appserver\PersistenceContainer\PersistenceManager::getEntityManagers PHP Метод

getEntityManagers() публичный Метод

Returns the storage with the registered entity manager configurations.
public getEntityManagers ( ) : AppserverIo\Storage\GenericStackable
Результат AppserverIo\Storage\GenericStackable The storage with the entity manager configurations
    public function getEntityManagers()
    {
        return $this->entityManagers;
    }