GraphAware\Neo4j\Client\Stack::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( null $tag = null, null | string $connectionAlias = null )
$tag null
$connectionAlias null | string
    public function __construct($tag = null, $connectionAlias = null)
    {
        $this->tag = null !== $tag ? (string) $tag : null;
        $this->connectionAlias = $connectionAlias;
    }