PHP Class GraphAware\Neo4j\OGM\Event\OnFlushEventArgs

Inheritance: extends Doctrine\Common\EventArgs
Datei anzeigen Open project: graphaware/neo4j-php-ogm

Protected Properties

Property Type Description
$entityManager GraphAware\Neo4j\OGM\EntityManager

Public Methods

Method Description
__construct ( EntityManager $entityManager ) OnFlushEventArgs constructor.
getEntityManager ( ) : EntityManager

Method Details

__construct() public method

OnFlushEventArgs constructor.
public __construct ( EntityManager $entityManager )
$entityManager GraphAware\Neo4j\OGM\EntityManager

getEntityManager() public method

public getEntityManager ( ) : EntityManager
return GraphAware\Neo4j\OGM\EntityManager

Property Details

$entityManager protected_oe property

protected EntityManager,GraphAware\Neo4j\OGM $entityManager
return GraphAware\Neo4j\OGM\EntityManager