PHP Class GraphAware\Neo4j\OGM\Lazy\LazyRelationshipCollection

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

Protected Properties

Свойство Type Description
$baseEntityClass
$baseId
$baseInstance
$em
$finder
$initialEntity
$relationshipMetadata

Méthodes publiques

Méthode Description
__construct ( EntityManager $em, $baseEntity, $targetEntityClass, RelationshipMetadata $relationshipMetadata, $initialEntity = null )
addInit ( $element )

Méthodes protégées

Méthode Description
doInitialize ( )

Method Details

__construct() public méthode

public __construct ( EntityManager $em, $baseEntity, $targetEntityClass, RelationshipMetadata $relationshipMetadata, $initialEntity = null )
$em GraphAware\Neo4j\OGM\EntityManager
$relationshipMetadata GraphAware\Neo4j\OGM\Metadata\RelationshipMetadata

addInit() public méthode

public addInit ( $element )

doInitialize() protected méthode

protected doInitialize ( )

Property Details

$baseEntityClass protected_oe property

protected $baseEntityClass

$baseId protected_oe property

protected $baseId

$baseInstance protected_oe property

protected $baseInstance

$em protected_oe property

protected $em

$finder protected_oe property

protected $finder

$initialEntity protected_oe property

protected $initialEntity

$relationshipMetadata protected_oe property

protected $relationshipMetadata