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

상속: extends GraphAware\Common\Result\AbstractRecordCursor
파일 보기 프로젝트 열기: graphaware/neo4j-php-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fields string[]
$records RecordView[]
$resultSummary GraphAware\Neo4j\Client\HttpDriver\Result\ResultSummary

공개 메소드들

메소드 설명
__construct ( GraphAware\Common\Cypher\StatementInterface $statement )
firstRecord ( ) : RecordView
firstRecordOrDefault ( $default )
getRecord ( ) : RecordView
getRecords ( ) : RecordView[]
hasRecord ( ) : boolean
pushRecord ( $data, $graph )
setFields ( array $fields )
setGraph ( array $graph )
setStats ( array $stats )
size ( )

비공개 메소드들

메소드 설명
array_map_deep ( array $array, array $graph ) : array
extractIdFromRestUrl ( string $url ) : integer
getNodesFromPathMetadata ( array $metadata, array $graph ) : array
getRelationshipsFromPathMetadata ( array $metadata, array $graph ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( GraphAware\Common\Cypher\StatementInterface $statement )
$statement GraphAware\Common\Cypher\StatementInterface

firstRecord() 공개 메소드

public firstRecord ( ) : RecordView
리턴 RecordView

firstRecordOrDefault() 공개 메소드

public firstRecordOrDefault ( $default )

getRecord() 공개 메소드

public getRecord ( ) : RecordView
리턴 RecordView

getRecords() 공개 메소드

public getRecords ( ) : RecordView[]
리턴 RecordView[]

hasRecord() 공개 메소드

public hasRecord ( ) : boolean
리턴 boolean

pushRecord() 공개 메소드

public pushRecord ( $data, $graph )
$data
$graph

setFields() 공개 메소드

public setFields ( array $fields )
$fields array

setGraph() 공개 메소드

public setGraph ( array $graph )
$graph array

setStats() 공개 메소드

public setStats ( array $stats )
$stats array

size() 공개 메소드

public size ( )

프로퍼티 상세

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

protected string[] $fields
리턴 string[]

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

protected RecordView[],GraphAware\Neo4j\Client\Formatter $records
리턴 RecordView[]

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

protected ResultSummary,GraphAware\Neo4j\Client\HttpDriver\Result $resultSummary
리턴 GraphAware\Neo4j\Client\HttpDriver\Result\ResultSummary