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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$tag string | null

공개 메소드들

메소드 설명
getTag ( ) : null | string
setTag ( string $tag )
withResult ( GraphAware\Common\Result\RecordCursorInterface $result ) : ResultCollection

메소드 상세

getTag() 공개 메소드

public getTag ( ) : null | string
리턴 null | string

setTag() 공개 메소드

public setTag ( string $tag )
$tag string

withResult() 공개 정적인 메소드

public static withResult ( GraphAware\Common\Result\RecordCursorInterface $result ) : ResultCollection
$result GraphAware\Common\Result\RecordCursorInterface
리턴 ResultCollection

프로퍼티 상세

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

protected string|null $tag
리턴 string | null