PHP Класс GraphAware\Neo4j\OGM\Metadata\ClassMetadata

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$entityAnnotation GraphAware\Neo4j\OGM\Annotations\Entity | GraphAware\Neo4j\OGM\Annotations\Node | GraphAware\Neo4j\OGM\Annotations\RelationshipEntity

Открытые методы

Метод Описание
__construct ( GraphAware\Neo4j\OGM\Annotations\Entity $entityAnnotation )
getLabel ( ) : string
getRelationshipType ( ) : string
isNodeEntity ( ) : boolean
isRelationshipEntity ( ) : boolean

Описание методов

__construct() публичный метод

public __construct ( GraphAware\Neo4j\OGM\Annotations\Entity $entityAnnotation )
$entityAnnotation GraphAware\Neo4j\OGM\Annotations\Entity

getLabel() публичный метод

public getLabel ( ) : string
Результат string

getRelationshipType() публичный метод

public getRelationshipType ( ) : string
Результат string

isNodeEntity() публичный метод

public isNodeEntity ( ) : boolean
Результат boolean

isRelationshipEntity() публичный метод

public isRelationshipEntity ( ) : boolean
Результат boolean

Описание свойств

$entityAnnotation защищенное свойство

protected Entity,GraphAware\Neo4j\OGM\Annotations|Node,GraphAware\Neo4j\OGM\Annotations|RelationshipEntity,GraphAware\Neo4j\OGM\Annotations $entityAnnotation
Результат GraphAware\Neo4j\OGM\Annotations\Entity | GraphAware\Neo4j\OGM\Annotations\Node | GraphAware\Neo4j\OGM\Annotations\RelationshipEntity