PHP Class GraphAware\Neo4j\Client\Formatter\RecordView

Inheritance: implements GraphAware\Common\Result\RecordViewInterface
Afficher le fichier Open project: graphaware/neo4j-php-client

Protected Properties

Свойство Type Description
$keys array
$values array

Méthodes publiques

Méthode Description
__construct ( array $keys, array $values )
get ( string $key, mixed $defaultValue = null ) : Node | Relationship | mixed
getByIndex ( $index )
hasValue ( $key )
hasValues ( )
keys ( )
nodeValue ( string $key ) : Node Returns the Node for value $key. Ease IDE integration.
pathValue ( $key )
record ( ) : RecordView
relationshipValue ( string $key ) : Relationship
value ( string $key ) : Node | Relationship
valueByIndex ( $index )
values ( )

Method Details

__construct() public méthode

public __construct ( array $keys, array $values )
$keys array
$values array

get() public méthode

public get ( string $key, mixed $defaultValue = null ) : Node | Relationship | mixed
$key string
$defaultValue mixed
Résultat GraphAware\Neo4j\Client\Formatter\Type\Node | GraphAware\Neo4j\Client\Formatter\Type\Relationship | mixed

getByIndex() public méthode

public getByIndex ( $index )

hasValue() public méthode

public hasValue ( $key )

hasValues() public méthode

public hasValues ( )

keys() public méthode

public keys ( )

nodeValue() public méthode

Returns the Node for value $key. Ease IDE integration.
public nodeValue ( string $key ) : Node
$key string
Résultat GraphAware\Neo4j\Client\Formatter\Type\Node

pathValue() public méthode

public pathValue ( $key )

record() public méthode

public record ( ) : RecordView
Résultat RecordView

relationshipValue() public méthode

public relationshipValue ( string $key ) : Relationship
$key string
Résultat GraphAware\Neo4j\Client\Formatter\Type\Relationship

value() public méthode

public value ( string $key ) : Node | Relationship
$key string
Résultat GraphAware\Neo4j\Client\Formatter\Type\Node | GraphAware\Neo4j\Client\Formatter\Type\Relationship

valueByIndex() public méthode

public valueByIndex ( $index )

values() public méthode

public values ( )

Property Details

$keys protected_oe property

protected array $keys
Résultat array

$values protected_oe property

protected array $values
Résultat array