PHP Class GraphAware\Neo4j\OGM\Lazy\LazyRelationshipCollection

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

Protected Properties

Property Type Description
$baseEntityClass
$baseId
$baseInstance
$em
$finder
$initialEntity
$relationshipMetadata

Public Methods

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

Protected Methods

Method Description
doInitialize ( )

Method Details

__construct() public method

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

addInit() public method

public addInit ( $element )

doInitialize() protected method

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