Class: I2CE Module FormWorm

From IHRIS Wiki
Revision as of 12:09, 19 October 2009 by Litlfred (talk | contribs)

This article describes the class I2CE_Module_FormWorm.

I2CE_Module_FormWorm

Variables

$formworms

  • Type: protected $formworms

Methods

__construct()

  • Signature: public function __construct()

addFormWorm()

Adds a form worm

  • Signature: public function addFormWorm($obj,$wormname,$options)
  • Parameters:
    • $obj
    • string $wormname
      The id of the form we wish to add a form worm to
    • array $options
      Defaults to empty array. Passed to the javascript formwork constructor.
      • Default Value: array()

getHooks()

  • Signature: static public function getHooks()

getMethods()

  • Signature: static public function getMethods()

writeOutJS()

  • Signature: public function writeOutJS($page)
  • Parameters:
    • $page