PHP Class Bravo3\Orm\Services\Aspect\EntityManagerInterceptorFactory

Inheritance: implements Bravo3\Orm\Services\Aspect\InterceptorFactoryInterface
Show file Open project: bravo3/orm Class Usage Examples

Public Methods

Method Description
getPrefixInterceptors ( ) : Closure[] Get all prefix interceptors
getSuffixInterceptors ( ) : Closure[] Get all suffix interceptors

Protected Methods

Method Description
getPostDelete ( ) : Closure
getPostFlush ( ) : Closure
getPostPersist ( ) : Closure
getPostRetrieve ( ) : Closure
getPreDelete ( ) : Closure
getPreFlush ( ) : Closure
getPrePersist ( ) : Closure
getPreRetrieve ( ) : Closure

Method Details

getPostDelete() protected method

protected getPostDelete ( ) : Closure
return Closure

getPostFlush() protected method

protected getPostFlush ( ) : Closure
return Closure

getPostPersist() protected method

protected getPostPersist ( ) : Closure
return Closure

getPostRetrieve() protected method

protected getPostRetrieve ( ) : Closure
return Closure

getPreDelete() protected method

protected getPreDelete ( ) : Closure
return Closure

getPreFlush() protected method

protected getPreFlush ( ) : Closure
return Closure

getPrePersist() protected method

protected getPrePersist ( ) : Closure
return Closure

getPreRetrieve() protected method

protected getPreRetrieve ( ) : Closure
return Closure

getPrefixInterceptors() public method

Get all prefix interceptors
public getPrefixInterceptors ( ) : Closure[]
return Closure[]

getSuffixInterceptors() public method

Get all suffix interceptors
public getSuffixInterceptors ( ) : Closure[]
return Closure[]