phpDocumentor GloryLands
Interface
[ class tree: GloryLands ] [ index: GloryLands ] [ all elements ]

Class: GLIForm

Source Location: /engine/lib/interface/predefined/form.php

Class GLIForm

Class Overview

Predefined form layout

Predefined form layout This template provides a predefined interface structure

Located in /engine/lib/interface/predefined/form.php [line 43]

GLDataset
   |
   --GLTemplate
      |
      --GLSmartTemplate
         |
         --GLIForm
Author(s):
Information Tags:
Version:  1.0
Todo:  Implement the static interrupts

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From GLTemplate

GLTemplate::$evaluated
GLTemplate::$extensions
GLTemplate::$file
GLTemplate::$response

Inherited From GLDataset

GLDataset::$vars

Inherited From GLSmartTemplate

GLSmartTemplate::fetch()

Inherited From GLTemplate

GLTemplate::__construct()
Construct the GL Template, using the file specified
GLTemplate::call_extension()
Call a template category
GLTemplate::fetch()
GLTemplate::register_extension()
Register a template extension
GLTemplate::__toString()
Convert this into a string Returns the 'text' variable, if exists.

Inherited From GLDataset

GLDataset::__construct()
GLDataset::assign()
Assign a value into a variable
GLDataset::import()
Import variables from an array or object
GLDataset::object_added()
An inheritable function to notify an object attachment
GLDataset::object_removed()
An inheritable function to notify an object detachment
GLDataset::pop()
Pop a value from a variable
GLDataset::push()
Push a value on a variable If the variable is not an array, it is conerted to.
GLDataset::push_once()
Push a value on a variable, but make sure it's only one on the array This function checks for an existing $value on the array. exists, it is not appended twice.
GLDataset::shift()
Shift a value from a variable
GLDataset::sort()
Sort the contents of a variable
GLDataset::unshift()
Unshift a value on a variable If the variable is not an array, it is conerted to.
GLDataset::usort()
Sort the contents of a variable using a user callback
GLDataset::var_changed()
An inheritable function to notify a variable update
GLDataset::var_removed()
An inheritable function to notify a variable removal
GLDataset::__get()
Get data variables
GLDataset::__isset()
Check for defined variables
GLDataset::__set()
Set data variables
GLDataset::__unset()
Unset a variable

[ Top ]
Method Summary
GLIForm   __construct()  

[ Top ]
Methods
Constructor __construct  [line 58]

  GLIForm __construct( [ $file = NULL], [ $id = NULL]  )

Parameters:
   $file: 
   $id: 

API Tags:
Access:  public


Redefinition of:
GLTemplate::__construct()
Construct the GL Template, using the file specified

[ Top ]

Documentation generated on Tue, 13 Oct 2009 23:48:54 +0300 by phpDocumentor 1.4.1