PHP Class Bravo3\Orm\Services\Aspect\EntityManagerInterceptorFactory

Inheritance: implements Bravo3\Orm\Services\Aspect\InterceptorFactoryInterface
Afficher le fichier Open project: bravo3/orm Class Usage Examples

Méthodes publiques

Méthode Description
getPrefixInterceptors ( ) : Closure[] Get all prefix interceptors
getSuffixInterceptors ( ) : Closure[] Get all suffix interceptors

Méthodes protégées

Méthode Description
getPostDelete ( ) : Closure
getPostFlush ( ) : Closure
getPostPersist ( ) : Closure
getPostRetrieve ( ) : Closure
getPreDelete ( ) : Closure
getPreFlush ( ) : Closure
getPrePersist ( ) : Closure
getPreRetrieve ( ) : Closure

Method Details

getPostDelete() protected méthode

protected getPostDelete ( ) : Closure
Résultat Closure

getPostFlush() protected méthode

protected getPostFlush ( ) : Closure
Résultat Closure

getPostPersist() protected méthode

protected getPostPersist ( ) : Closure
Résultat Closure

getPostRetrieve() protected méthode

protected getPostRetrieve ( ) : Closure
Résultat Closure

getPreDelete() protected méthode

protected getPreDelete ( ) : Closure
Résultat Closure

getPreFlush() protected méthode

protected getPreFlush ( ) : Closure
Résultat Closure

getPrePersist() protected méthode

protected getPrePersist ( ) : Closure
Résultat Closure

getPreRetrieve() protected méthode

protected getPreRetrieve ( ) : Closure
Résultat Closure

getPrefixInterceptors() public méthode

Get all prefix interceptors
public getPrefixInterceptors ( ) : Closure[]
Résultat Closure[]

getSuffixInterceptors() public méthode

Get all suffix interceptors
public getSuffixInterceptors ( ) : Closure[]
Résultat Closure[]