PHP Class GraphAware\Neo4j\OGM\Metadata\ResultField

Afficher le fichier Open project: graphaware/neo4j-php-ogm

Protected Properties

Свойство Type Description
$fieldName
$fieldType
$target
$targetMetadata null | ClassMetadata

Méthodes publiques

Méthode Description
__construct ( $fieldName, $fieldType, $target )
getFieldName ( ) : mixed
getFieldType ( ) : mixed
getTarget ( ) : mixed
getTargetMetadata ( ) : ClassMetadata | null
isEntity ( )
setMetadata ( GraphEntityMetadata $metadata )

Method Details

__construct() public méthode

public __construct ( $fieldName, $fieldType, $target )

getFieldName() public méthode

public getFieldName ( ) : mixed
Résultat mixed

getFieldType() public méthode

public getFieldType ( ) : mixed
Résultat mixed

getTarget() public méthode

public getTarget ( ) : mixed
Résultat mixed

getTargetMetadata() public méthode

public getTargetMetadata ( ) : ClassMetadata | null
Résultat ClassMetadata | null

isEntity() public méthode

public isEntity ( )

setMetadata() public méthode

public setMetadata ( GraphEntityMetadata $metadata )
$metadata GraphEntityMetadata

Property Details

$fieldName protected_oe property

protected $fieldName

$fieldType protected_oe property

protected $fieldType

$target protected_oe property

protected $target

$targetMetadata protected_oe property

protected null|ClassMetadata,GraphAware\Neo4j\OGM\Metadata $targetMetadata
Résultat null | ClassMetadata