PHP Class GraphAware\Neo4j\OGM\Event\PostFlushEventArgs

Inheritance: extends Doctrine\Common\EventArgs
Afficher le fichier Open project: graphaware/neo4j-php-ogm

Protected Properties

Свойство Type Description
$entityManager GraphAware\Neo4j\OGM\EntityManager

Méthodes publiques

Méthode Description
__construct ( EntityManager $entityManager ) PostFlushEventArgs constructor.
getEntityManager ( ) : EntityManager

Method Details

__construct() public méthode

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

getEntityManager() public méthode

public getEntityManager ( ) : EntityManager
Résultat GraphAware\Neo4j\OGM\EntityManager

Property Details

$entityManager protected_oe property

protected EntityManager,GraphAware\Neo4j\OGM $entityManager
Résultat GraphAware\Neo4j\OGM\EntityManager