Class configurator

Description

The configurator class is simply a descendant class of configuration which sets the parent class into 'autoconfigure' mode. In this mode the forms have buttons supplied, and the instantiation of the class automatically processes form POSTs.

Located in /configuration-defs.php (line 638)

RenderableObject
   |
   --configuration
      |
      --configurator
Method Summary
 configurator configurator ([string $name = "default"], [string $id = "default"])
Variables
Methods
Constructor configurator (line 646)

Constructor

Create a new configurator object.

configurator configurator ([string $name = "default"], [string $id = "default"])
  • string $name: The name of the config.
  • string $id: The identity of the configuration set in the config

Inherited Methods

Inherited From configuration

 configuration::configuration()
 configuration::delete()
 configuration::field_count()
 configuration::field_create()
 configuration::field_exists()
 configuration::field_remove()
 configuration::get()
 configuration::html()
 configuration::put()
 configuration::set_value()
 configuration::value()

Inherited From RenderableObject

 RenderableObject::RenderableObject()
 RenderableObject::html()
 RenderableObject::render()
 RenderableObject::wml()
 RenderableObject::wmlup()
 RenderableObject::xml()

Documentation generated by phpDocumentor 1.3.0RC3