PHP 클래스 Atrauzzi\LaravelDoctrine\DoctrineRegistry

Provides easier integration with third party libraries such as DoctrineBridge (https://github.com/symfony/DoctrineBridge).
상속: extends Doctrine\Common\Persistence\AbstractManagerRegistry
파일 보기 프로젝트 열기: atrauzzi/laravel-doctrine

공개 메소드들

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