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 Object

Properties

  • queue_handle - string - the name of the queue, used to refer to the queue, and used in the filenames of the code snippets that are put into the queue
  • items - array - an array of the filenames that exist as part of this queue, in the modules/formulize/queue folder

Description

This object represents a queue, which is a series of files containing PHP code, which will be executed when the queue is processed. See the queue handler for details about working with queue objects.

Location

/modules/formulize/class/queue.php