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;
    }