PHP Class GraphAware\Neo4j\Client\Event\PostRunEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Datei anzeigen Open project: graphaware/neo4j-php-client Class Usage Examples

Protected Properties

Property Type Description
$results GraphAware\Common\Result\ResultCollection

Public Methods

Method Description
__construct ( GraphAware\Common\Result\ResultCollection $results )
getResults ( ) : GraphAware\Common\Result\ResultCollection

Method Details

__construct() public method

public __construct ( GraphAware\Common\Result\ResultCollection $results )
$results GraphAware\Common\Result\ResultCollection

getResults() public method

public getResults ( ) : GraphAware\Common\Result\ResultCollection
return GraphAware\Common\Result\ResultCollection

Property Details

$results protected_oe property

protected ResultCollection,GraphAware\Common\Result $results
return GraphAware\Common\Result\ResultCollection