PHP Class GraphAware\Neo4j\Client\Stack

Inheritance: implements GraphAware\Neo4j\Client\StackInterface
Datei anzeigen Open project: graphaware/neo4j-php-client Class Usage Examples

Protected Properties

Property Type Description
$connectionAlias string
$preflights GraphAware\Common\Cypher\Statement[]
$statements GraphAware\Common\Cypher\Statement[]
$tag null | string

Public Methods

Method Description
__construct ( null $tag = null, null | string $connectionAlias = null )
addPreflight ( $query, array | null $parameters = null, array | null $tag = null )
create ( null | string $tag = null, null | string $connectionAlias = null ) : GraphAware\Neo4j\Client\StackInterface
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

__construct() public method

public __construct ( null $tag = null, null | string $connectionAlias = null )
$tag null
$connectionAlias null | string

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 ) : GraphAware\Neo4j\Client\StackInterface
$tag null | string
$connectionAlias null | string
return GraphAware\Neo4j\Client\StackInterface

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[]

Property Details

$connectionAlias protected_oe property

protected string $connectionAlias
return string

$preflights protected_oe property

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

$statements protected_oe property

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

$tag protected_oe property

protected null|string $tag
return null | string