PHP Class GraphAware\Neo4j\Client\Stack

Inheritance: implements GraphAware\Neo4j\Client\StackInterface
Afficher le fichier Open project: graphaware/neo4j-php-client Class Usage Examples

Protected Properties

Свойство Type Description
$connectionAlias string
$preflights GraphAware\Common\Cypher\Statement[]
$statements GraphAware\Common\Cypher\Statement[]
$tag null | string

Méthodes publiques

Méthode 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 méthode

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

addPreflight() public méthode

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

create() public static méthode

public static create ( null | string $tag = null, null | string $connectionAlias = null ) : GraphAware\Neo4j\Client\StackInterface
$tag null | string
$connectionAlias null | string
Résultat GraphAware\Neo4j\Client\StackInterface

getConnectionAlias() public méthode

public getConnectionAlias ( ) : null | string
Résultat null | string

getPreflights() public méthode

public getPreflights ( ) : GraphAware\Common\Cypher\Statement[]
Résultat GraphAware\Common\Cypher\Statement[]

getTag() public méthode

public getTag ( ) : null | string
Résultat null | string

hasPreflights() public méthode

public hasPreflights ( ) : boolean
Résultat boolean

push() public méthode

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

size() public méthode

public size ( ) : integer
Résultat integer

statements() public méthode

public statements ( ) : GraphAware\Common\Cypher\Statement[]
Résultat GraphAware\Common\Cypher\Statement[]

Property Details

$connectionAlias protected_oe property

protected string $connectionAlias
Résultat string

$preflights protected_oe property

protected Statement[],GraphAware\Common\Cypher $preflights
Résultat GraphAware\Common\Cypher\Statement[]

$statements protected_oe property

protected Statement[],GraphAware\Common\Cypher $statements
Résultat GraphAware\Common\Cypher\Statement[]

$tag protected_oe property

protected null|string $tag
Résultat null | string