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

Queue Handler

Methods

append

create

delete

get

process

Description

This class provides methods for setting up and interacting with queues of PHP code that you want to run outside a normal Formulize page loading process.

Location

/modules/formulize/class/queue.php

Inclusion

This file is normally included as part of any Formulize page load. If it is not available, use include_once XOOPS_ROOT_PATH.'/modules/formulize/class/queue.php'; to include it.

A queue handler object can be created using the xoops_getModuleHandler function like below:

Example

$queueHandler = xoops_getModuleHandler('queue', 'formulize');