PHP Class Atrauzzi\LaravelDoctrine\DoctrineRegistry

Provides easier integration with third party libraries such as DoctrineBridge (https://github.com/symfony/DoctrineBridge).
Inheritance: extends Doctrine\Common\Persistence\AbstractManagerRegistry
Afficher le fichier Open project: atrauzzi/laravel-doctrine

Méthodes publiques

Méthode Description
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 )

Method Details

getAliasNamespace() public méthode

public getAliasNamespace ( string $namespaceAlias ) : string | void
$namespaceAlias string
Résultat string | void

getManagerForClass() public méthode

public getManagerForClass ( string $class ) : mixed | object
$class string
Résultat mixed | object

getService() public méthode

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 méthode

public resetService ( string $name )
$name string