PHP Class GraphAware\Neo4j\OGM\Metadata\ResultField

Datei anzeigen Open project: graphaware/neo4j-php-ogm

Protected Properties

Property Type Description
$fieldName
$fieldType
$target
$targetMetadata null | ClassMetadata

Public Methods

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

Method Details

__construct() public method

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

getFieldName() public method

public getFieldName ( ) : mixed
return mixed

getFieldType() public method

public getFieldType ( ) : mixed
return mixed

getTarget() public method

public getTarget ( ) : mixed
return mixed

getTargetMetadata() public method

public getTargetMetadata ( ) : ClassMetadata | null
return ClassMetadata | null

isEntity() public method

public isEntity ( )

setMetadata() public method

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
return null | ClassMetadata