PHP Class GraphAware\Neo4j\OGM\Finder\RelationshipEntityFinder

Inheritance: extends RelationshipsFinder
Datei anzeigen Open project: graphaware/neo4j-php-ogm

Protected Properties

Property Type Description
$baseInstance
$relationshipEntityMetadata

Public Methods

Method Description
__construct ( EntityManager $em, $className, RelationshipMetadata $relationshipMetadata, $baseInstance )
buildStatement ( $fromId, $direction, $type, $identifier )

Protected Methods

Method Description
hydrateResult ( GraphAware\Common\Result\Result $result )

Method Details

__construct() public method

public __construct ( EntityManager $em, $className, RelationshipMetadata $relationshipMetadata, $baseInstance )
$em GraphAware\Neo4j\OGM\EntityManager
$relationshipMetadata GraphAware\Neo4j\OGM\Metadata\RelationshipMetadata

buildStatement() public method

public buildStatement ( $fromId, $direction, $type, $identifier )

hydrateResult() protected method

protected hydrateResult ( GraphAware\Common\Result\Result $result )
$result GraphAware\Common\Result\Result

Property Details

$baseInstance protected_oe property

protected $baseInstance

$relationshipEntityMetadata protected_oe property

protected $relationshipEntityMetadata