GraphAware\Neo4j\OGM\Metadata\ClassMetadata::__construct PHP Method

__construct() public method

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