PHP Class GraphAware\Neo4j\OGM\Persister\RelationshipEntityPersister

Afficher le fichier Open project: graphaware/neo4j-php-ogm

Protected Properties

Свойство Type Description
$class
$classMetadata GraphAware\Neo4j\OGM\Metadata\RelationshipEntityMetadata
$em

Méthodes publiques

Méthode Description
__construct ( EntityManager $manager, $className, RelationshipEntityMetadata $classMetadata )
getCreateQuery ( $entity, $pov )
getDeleteQuery ( $entity )
getUpdateQuery ( $entity )

Method Details

__construct() public méthode

public __construct ( EntityManager $manager, $className, RelationshipEntityMetadata $classMetadata )
$manager GraphAware\Neo4j\OGM\EntityManager
$classMetadata GraphAware\Neo4j\OGM\Metadata\RelationshipEntityMetadata

getCreateQuery() public méthode

public getCreateQuery ( $entity, $pov )

getDeleteQuery() public méthode

public getDeleteQuery ( $entity )

getUpdateQuery() public méthode

public getUpdateQuery ( $entity )

Property Details

$class protected_oe property

protected $class

$classMetadata protected_oe property

protected RelationshipEntityMetadata,GraphAware\Neo4j\OGM\Metadata $classMetadata
Résultat GraphAware\Neo4j\OGM\Metadata\RelationshipEntityMetadata

$em protected_oe property

protected $em