PHP 클래스 GraphAware\Neo4j\OGM\Lazy\LazyRelationshipCollection

상속: extends Doctrine\Common\Collections\AbstractLazyCollection
파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm

보호된 프로퍼티들

프로퍼티 타입 설명
$baseEntityClass
$baseId
$baseInstance
$em
$finder
$initialEntity
$relationshipMetadata

공개 메소드들

메소드 설명
__construct ( EntityManager $em, $baseEntity, $targetEntityClass, RelationshipMetadata $relationshipMetadata, $initialEntity = null )
addInit ( $element )

보호된 메소드들

메소드 설명
doInitialize ( )

메소드 상세

__construct() 공개 메소드

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

addInit() 공개 메소드

public addInit ( $element )

doInitialize() 보호된 메소드

protected doInitialize ( )

프로퍼티 상세

$baseEntityClass 보호되어 있는 프로퍼티

protected $baseEntityClass

$baseId 보호되어 있는 프로퍼티

protected $baseId

$baseInstance 보호되어 있는 프로퍼티

protected $baseInstance

$em 보호되어 있는 프로퍼티

protected $em

$finder 보호되어 있는 프로퍼티

protected $finder

$initialEntity 보호되어 있는 프로퍼티

protected $initialEntity

$relationshipMetadata 보호되어 있는 프로퍼티

protected $relationshipMetadata