PHP Класс Atrauzzi\LaravelDoctrine\DoctrineRegistry

Provides easier integration with third party libraries such as DoctrineBridge (https://github.com/symfony/DoctrineBridge).
Наследование: extends Doctrine\Common\Persistence\AbstractManagerRegistry
Показать файл Открыть проект

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

Метод Описание
getAliasNamespace ( string $namespaceAlias ) : string | void
getManagerForClass ( string $class ) : mixed | object
getService ( $name ) Returns the service name, for our purposes this will almost always return the Doctrine facade, our access to the entity manager.
resetService ( string $name )

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

getAliasNamespace() публичный метод

public getAliasNamespace ( string $namespaceAlias ) : string | void
$namespaceAlias string
Результат string | void

getManagerForClass() публичный метод

public getManagerForClass ( string $class ) : mixed | object
$class string
Результат mixed | object

getService() публичный метод

Returns the service name, for our purposes this will almost always return the Doctrine facade, our access to the entity manager.
public getService ( $name )

resetService() публичный метод

public resetService ( string $name )
$name string