PHP Class GraphAware\Neo4j\Client\HttpDriver\Pipeline

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

Protected Properties

Property Type Description
$session Session
$statements GraphAware\Common\Cypher\Statement[]

Public Methods

Method Description
__construct ( Session $session )
push ( $query, array $parameters = [], $tag = null )
run ( )
size ( ) : integer
statements ( ) : GraphAware\Common\Cypher\Statement[]

Method Details

__construct() public method

public __construct ( Session $session )
$session Session

push() public method

public push ( $query, array $parameters = [], $tag = null )
$parameters array

run() public method

public run ( )

size() public method

public size ( ) : integer
return integer

statements() public method

public statements ( ) : GraphAware\Common\Cypher\Statement[]
return GraphAware\Common\Cypher\Statement[]

Property Details

$session protected_oe property

protected Session,GraphAware\Neo4j\Client\HttpDriver $session
return Session

$statements protected_oe property

protected Statement[],GraphAware\Common\Cypher $statements
return GraphAware\Common\Cypher\Statement[]