PHP Class GraphAware\Neo4j\Client\Result\ResultCollection

Inheritance: extends GraphAware\Common\Result\ResultCollection
Datei anzeigen Open project: graphaware/neo4j-php-client Class Usage Examples

Protected Properties

Property Type Description
$tag string | null

Public Methods

Method Description
getTag ( ) : null | string
setTag ( string $tag )
withResult ( GraphAware\Common\Result\RecordCursorInterface $result ) : ResultCollection

Method Details

getTag() public method

public getTag ( ) : null | string
return null | string

setTag() public method

public setTag ( string $tag )
$tag string

withResult() public static method

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

Property Details

$tag protected_oe property

protected string|null $tag
return string | null