Class ZFormFactory

Description

Located in /Form/ZFormFactory.php (line 43)


	
			
Variable Summary
 static mixed $BEHAVIOR_DIR_NAMES
 static mixed $ELEMENT_DIR_NAMES
 static mixed $VALIDATOR_DIR_NAMES
Method Summary
 static void init ([ $initObject = null])
 static void loadBehavior ( $behaviorClassName,  $targetElement)
 static void loadElement ( $elementClassName,  $id, [ $parentNode = null], [ $wrapExisting = false], [ $dynamic = false])
 static void loadValidator ( $validatorClassName, ZFormElement $target)
 static void wrapElement ( $elementClassName,  $id, [ $parentNode = null], [ $dynamic = false])
Variables
static mixed $BEHAVIOR_DIR_NAMES = 'behaviorDirs' (line 51)
  • access: public
static mixed $ELEMENT_DIR_NAMES = 'elementDirs' (line 49)

Constants used to specify the locations of the various directory lists

used to locate and load the element/validators/behaviors from

  • access: public
static mixed $VALIDATOR_DIR_NAMES = 'validatorDirs' (line 50)
  • access: public
Methods
static init (line 63)
  • access: public
static void init ([ $initObject = null])
  • $initObject
static loadBehavior (line 120)
  • access: public
static void loadBehavior ( $behaviorClassName,  $targetElement)
  • $behaviorClassName
  • $targetElement
static loadElement (line 85)
  • access: public
static void loadElement ( $elementClassName,  $id, [ $parentNode = null], [ $wrapExisting = false], [ $dynamic = false])
  • $elementClassName
  • $id
  • $parentNode
  • $wrapExisting
  • $dynamic
static loadValidator (line 107)
  • access: public
static void loadValidator ( $validatorClassName, ZFormElement $target)
static wrapElement (line 101)
  • access: public
static void wrapElement ( $elementClassName,  $id, [ $parentNode = null], [ $dynamic = false])
  • $elementClassName
  • $id
  • $parentNode
  • $dynamic

Documentation generated on Wed, 21 Feb 2007 12:03:30 -0800 by phpDocumentor 1.3.1