GraphAware\Neo4j\Client\Stack::__construct PHP Method

__construct() public method

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;
    }