MatthiasMullie\Scrapbook\Buffered\Utils\Transaction::clear PHP Method

clear() protected method

Clears all transaction-related data stored in memory.
protected clear ( )
    protected function clear()
    {
        $this->tokens = array();
        $this->suspend = false;
    }