PHP Interface GraphAware\Neo4j\Client\StackInterface

Datei anzeigen Open project: graphaware/neo4j-php-client Interface Usage Examples

Public Methods

Method Description
addPreflight ( $query, array | null $parameters = null, array | null $tag = null )
create ( null | string $tag = null, null | string $connectionAlias = null ) : Stack
getConnectionAlias ( ) : null | string
getPreflights ( ) : GraphAware\Common\Cypher\Statement[]
getTag ( ) : null | string
hasPreflights ( ) : boolean
push ( string $query, null | array $parameters = null, null | array $tag = null )
size ( ) : integer
statements ( ) : GraphAware\Common\Cypher\Statement[]

Method Details

addPreflight() public method

public addPreflight ( $query, array | null $parameters = null, array | null $tag = null )
$query
$parameters array | null
$tag array | null

create() public static method

public static create ( null | string $tag = null, null | string $connectionAlias = null ) : Stack
$tag null | string
$connectionAlias null | string
return Stack

getConnectionAlias() public method

public getConnectionAlias ( ) : null | string
return null | string

getPreflights() public method

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

getTag() public method

public getTag ( ) : null | string
return null | string

hasPreflights() public method

public hasPreflights ( ) : boolean
return boolean

push() public method

public push ( string $query, null | array $parameters = null, null | array $tag = null )
$query string
$parameters null | array
$tag null | array

size() public method

public size ( ) : integer
return integer

statements() public method

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