PHP 클래스 GraphAware\Neo4j\Client\Stack

상속: implements GraphAware\Neo4j\Client\StackInterface
파일 보기 프로젝트 열기: graphaware/neo4j-php-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$connectionAlias string
$preflights GraphAware\Common\Cypher\Statement[]
$statements GraphAware\Common\Cypher\Statement[]
$tag null | string

공개 메소드들

메소드 설명
__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[]

메소드 상세

__construct() 공개 메소드

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

addPreflight() 공개 메소드

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

create() 공개 정적인 메소드

public static create ( null | string $tag = null, null | string $connectionAlias = null ) : GraphAware\Neo4j\Client\StackInterface
$tag null | string
$connectionAlias null | string
리턴 GraphAware\Neo4j\Client\StackInterface

getConnectionAlias() 공개 메소드

public getConnectionAlias ( ) : null | string
리턴 null | string

getPreflights() 공개 메소드

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

getTag() 공개 메소드

public getTag ( ) : null | string
리턴 null | string

hasPreflights() 공개 메소드

public hasPreflights ( ) : boolean
리턴 boolean

push() 공개 메소드

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

size() 공개 메소드

public size ( ) : integer
리턴 integer

statements() 공개 메소드

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

프로퍼티 상세

$connectionAlias 보호되어 있는 프로퍼티

protected string $connectionAlias
리턴 string

$preflights 보호되어 있는 프로퍼티

protected Statement[],GraphAware\Common\Cypher $preflights
리턴 GraphAware\Common\Cypher\Statement[]

$statements 보호되어 있는 프로퍼티

protected Statement[],GraphAware\Common\Cypher $statements
리턴 GraphAware\Common\Cypher\Statement[]

$tag 보호되어 있는 프로퍼티

protected null|string $tag
리턴 null | string