Phive\Queue\Tests\Handler\PdoHandler::clear PHP Method

clear() public method

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