GraphAware\Neo4j\OGM\Metadata\ClassMetadata::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( GraphAware\Neo4j\OGM\Annotations\Entity $entityAnnotation )
$entityAnnotation GraphAware\Neo4j\OGM\Annotations\Entity
    public function __construct(Entity $entityAnnotation)
    {
        $this->entityAnnotation = $entityAnnotation;
    }