GraphAware\Neo4j\Client\Client::stack PHP 메소드

stack() 공개 메소드

public stack ( string | null $tag = null, string | null $connectionAlias = null ) : GraphAware\Neo4j\Client\StackInterface
$tag string | null
$connectionAlias string | null
리턴 GraphAware\Neo4j\Client\StackInterface
    public function stack($tag = null, $connectionAlias = null)
    {
        return Stack::create($tag, $connectionAlias);
    }