GraphAware\Neo4j\Client\Transaction\Transaction::pushStack PHP Method

pushStack() public method

Push a statements Stack to the queue, without actually sending it.
public pushStack ( GraphAware\Neo4j\Client\StackInterface $stack )
$stack GraphAware\Neo4j\Client\StackInterface
    public function pushStack(StackInterface $stack)
    {
        $this->queue[] = $stack;
    }