PHP Class GraphAware\Neo4j\Client\Event\PreRunEvent

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

Public Methods

Method Description
__construct ( array $statements )
getStatements ( ) : GraphAware\Common\Cypher\StatementInterface[]

Method Details

__construct() public method

public __construct ( array $statements )
$statements array

getStatements() public method

public getStatements ( ) : GraphAware\Common\Cypher\StatementInterface[]
return GraphAware\Common\Cypher\StatementInterface[]