Formulize

Forms, workflows, and reporting. 100% free and open source.

Version 7.43 out now!How to installHow to update

Download .zip View on GitHub Join us on Slack Follow on Twitter

delete( (string) $queue_handle )

Description

Removes all the files in the modules/formulize/queue folder that are part of the specified queue.

Parameters

$queue_handle - a string used to identify the queue

Return Values

Returns true (!).

Example

$queueHandler = xoops_getModuleHandler('queue', 'formulize');
$queueHandler->delete('my-queue');