PHP Class GraphAware\Neo4j\Client\Result\ResultCollection

Inheritance: extends GraphAware\Common\Result\ResultCollection
Afficher le fichier Open project: graphaware/neo4j-php-client Class Usage Examples

Protected Properties

Свойство Type Description
$tag string | null

Méthodes publiques

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

Method Details

getTag() public méthode

public getTag ( ) : null | string
Résultat null | string

setTag() public méthode

public setTag ( string $tag )
$tag string

withResult() public static méthode

public static withResult ( GraphAware\Common\Result\RecordCursorInterface $result ) : ResultCollection
$result GraphAware\Common\Result\RecordCursorInterface
Résultat ResultCollection

Property Details

$tag protected_oe property

protected string|null $tag
Résultat string | null