GraphAware\Neo4j\Client\Event\PostRunEvent::__construct PHP Method

__construct() public method

public __construct ( GraphAware\Common\Result\ResultCollection $results )
$results GraphAware\Common\Result\ResultCollection
    public function __construct(ResultCollection $results)
    {
        $this->results = $results;
    }