PHP Class GraphAware\Neo4j\Client\HttpDriver\Result\ResultSummary

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

Protected Properties

Property Type Description
$notifications
$statement GraphAware\Common\Cypher\StatementInterface
$type
$updateStatistics StatementStatistics

Public Methods

Method Description
__construct ( GraphAware\Common\Cypher\StatementInterface $statement )
notifications ( )
setStatistics ( StatementStatistics $statistics )
statement ( )
statementType ( )
updateStatistics ( )

Method Details

__construct() public method

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

notifications() public method

public notifications ( )

setStatistics() public method

public setStatistics ( StatementStatistics $statistics )
$statistics StatementStatistics

statement() public method

public statement ( )

statementType() public method

public statementType ( )

updateStatistics() public method

public updateStatistics ( )

Property Details

$notifications protected_oe property

protected $notifications

$statement protected_oe property

protected StatementInterface,GraphAware\Common\Cypher $statement
return GraphAware\Common\Cypher\StatementInterface

$type protected_oe property

protected $type

$updateStatistics protected_oe property

protected StatementStatistics,GraphAware\Neo4j\Client\HttpDriver\Result $updateStatistics
return StatementStatistics