Phive\Queue\Pdo\PdoQueue::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        $this->pdo->exec('DELETE FROM ' . $this->tableName);
    }