PHP 클래스 GraphAware\Neo4j\Client\Formatter\RecordView

상속: implements GraphAware\Common\Result\RecordViewInterface
파일 보기 프로젝트 열기: graphaware/neo4j-php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$keys array
$values array

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

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

get() 공개 메소드

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

getByIndex() 공개 메소드

public getByIndex ( $index )

hasValue() 공개 메소드

public hasValue ( $key )

hasValues() 공개 메소드

public hasValues ( )

keys() 공개 메소드

public keys ( )

nodeValue() 공개 메소드

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

pathValue() 공개 메소드

public pathValue ( $key )

record() 공개 메소드

public record ( ) : RecordView
리턴 RecordView

relationshipValue() 공개 메소드

public relationshipValue ( string $key ) : Relationship
$key string
리턴 GraphAware\Neo4j\Client\Formatter\Type\Relationship

value() 공개 메소드

public value ( string $key ) : Node | Relationship
$key string
리턴 GraphAware\Neo4j\Client\Formatter\Type\Node | GraphAware\Neo4j\Client\Formatter\Type\Relationship

valueByIndex() 공개 메소드

public valueByIndex ( $index )

values() 공개 메소드

public values ( )

프로퍼티 상세

$keys 보호되어 있는 프로퍼티

protected array $keys
리턴 array

$values 보호되어 있는 프로퍼티

protected array $values
리턴 array