[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ _ ]

a

$attributes
in file Item.php, variable Formagic_Item::$attributes
    Additional attributes for item
addEmpty
in file Radio.php, method Formagic_Item_Radio::addEmpty()
    Saves empty element
addItem
in file PageController.php, method Formagic_Item_PageController::addItem()
    Overwrites Formagic_Container::addItem()
addItem
in file Formagic.php, method Formagic::addItem()
    Adds Formagic item object to array of first level form items
addItem
in file Container.php, method Formagic_Item_Container::addItem()
    Adds formagic item object to array of items.
addRule
in file Item.php, method Formagic_Item::addRule()
    Adds rule object to Formagic item
API_VERSION
in file Formagic.php, class constant Formagic::API_VERSION
Array.php
procedural page Array.php
top

b

block
in file Item.php, method Formagic_Item::block()
    Sets blocked flag
block
in file Formagic.php, method Formagic::block()
    Freezes form
block
in file Container.php, method Formagic_Item_Container::block()
    Blocks container item and all its descendants
top

c

$constantValues
in file Formagic.php, variable Formagic::$constantValues
    Item values that are not effected by POST/GET
check
in file Numeric.php, method Formagic_Rule_Numeric::check()
    Performs rule check
check
in file Mandatory.php, method Formagic_Rule_Mandatory::check()
    Performs rule check
check
in file Equal.php, method Formagic_Rule_Equal::check()
    Performs rule check
check
in file Email.php, method Formagic_Rule_Email::check()
    Performs rule check
check
in file Rule.php, method Formagic_Rule::check()
    Abstract of main check method. Returns boolean value of check success.
check
in file Length.php, method Formagic_Rule_Length::check()
    Performs rule check
countItems
in file Formagic.php, method Formagic::countItems()
    Returns number of items added to Formagic object
countItems
in file Container.php, method Formagic_Item_Container::countItems()
    Counts items added to self and all sub-containers
createItem
in file Formagic.php, method Formagic::createItem()
    Creates and returns FormagicItem object
Checkbox.php
procedural page Checkbox.php
Container.php
procedural page Container.php
top

d

$defaultValue
in file Item.php, variable Formagic_Item::$defaultValue
    Pointer to default value for this item, stored in calling Formagic object
$defaultValues
in file Formagic.php, variable Formagic::$defaultValues
    Array of predefined values for this Formagic object
DEBUG
in file Formagic.php, class constant Formagic::DEBUG
disable
in file Item.php, method Formagic_Item::disable()
    Sets disabled flag for item and thus removes it from form
disable
in file Container.php, method Formagic_Item_Container::disable()
    Disables container item and all its descendants and thus removes all involved items from form
top

e

ERROR
in file Formagic.php, class constant Formagic::ERROR
execute
in file Formagic.php, method Formagic::execute()
    Runs execute callback
Email.php
procedural page Email.php
Equal.php
procedural page Equal.php
top

f

fetch
in file HTML.php, method Formagic_Renderer_HTML::fetch()
    Returns form HTML string
fetch
in file Renderer.php, method Formagic_Renderer::fetch()
    Abstract rendering method.
fetch
in file Formagic.php, method Formagic::fetch()
    Returns output generated by renderer
fetch
in file Array.php, method Formagic_Renderer_Array::fetch()
    Returns data
Formagic
in file Formagic.php, class Formagic
    Formagic main and interface class
Formagic.php
procedural page Formagic.php
Formagic_Exception
in file Formagic.php, class Formagic_Exception
    Generic Formagic Exception class
Formagic_Item
in file Item.php, class Formagic_Item
    Abstract superclass for Formagic items
Formagic_Item_Checkbox
in file Checkbox.php, class Formagic_Item_Checkbox
    Formagic_Item_Checkbox
Formagic_Item_Container
in file Container.php, class Formagic_Item_Container
    Formagic Container Item class
Formagic_Item_Hidden
in file Hidden.php, class Formagic_Item_Hidden
    Formagic_Item_Hidden
Formagic_Item_Input
in file Input.php, class Formagic_Item_Input
    Formagic_Item_Input
Formagic_Item_Page
in file Page.php, class Formagic_Item_Page
    Formagic page item class
Formagic_Item_PageController
in file PageController.php, class Formagic_Item_PageController
    Formagic_Item_PageController
Formagic_Item_PageSwitch
in file PageSwitch.php, class Formagic_Item_PageSwitch
    Formagic page switch button class
Formagic_Item_Password
in file Password.php, class Formagic_Item_Password
    Password type input field für formagic formgenerator
Formagic_Item_Radio
in file Radio.php, class Formagic_Item_Radio
    Input type radio for formagic formgenerator
Formagic_Item_Select
in file Select.php, class Formagic_Item_Select
    formagicItemSelect
Formagic_Item_Submit
in file Submit.php, class Formagic_Item_Submit
    Formagic submit button item
Formagic_Renderer
in file Renderer.php, class Formagic_Renderer
    FormagicRenderer abstract superclass
Formagic_Renderer_Array
in file Array.php, class Formagic_Renderer_Array
    Returns form items in array form to be processed by custom display manager
Formagic_Renderer_HTML
in file HTML.php, class Formagic_Renderer_HTML
    Formagic Renderer HTML
Formagic_Rule
in file Rule.php, class Formagic_Rule
    FormagicRule abstract superclass
Formagic_Rule_Email
in file Email.php, class Formagic_Rule_Email
    Email rule checks if a valid email address is entered.
Formagic_Rule_Equal
in file Equal.php, class Formagic_Rule_Equal
    Checks if value is given
Formagic_Rule_Length
in file Length.php, class Formagic_Rule_Length
    Checks if value is between min and max length
Formagic_Rule_Mandatory
in file Mandatory.php, class Formagic_Rule_Mandatory
    Checks if value is given
Formagic_Rule_Numeric
in file Numeric.php, class Formagic_Rule_Numeric
    Checks if value is numeric
top

g

getAttributeStr
in file Container.php, method Formagic_Item_Container::getAttributeStr()
    Returns HTML attributes as one assembled string
getCaller
in file Item.php, method Formagic_Item::getCaller()
    Returns parent Formagic object
getCode
in file Rule.php, method Formagic_Rule::getCode()
    Returns error code of rule
getErrorMessage
in file Item.php, method Formagic_Item::getErrorMessage()
    Returns item error message
getFormAction
in file Formagic.php, method Formagic::getFormAction()
    Returns current form action
getHtml
in file Input.php, method Formagic_Item_Input::getHtml()
    HTML string representation of text input field
getHtml
in file Item.php, method Formagic_Item::getHtml()
    HTML template for renderers that use HTML-Code
getHtml
in file Radio.php, method Formagic_Item_Radio::getHtml()
    Returns string with HTML representation of radio elements
getHtml
in file Checkbox.php, method Formagic_Item_Checkbox::getHtml()
    Returns HTML representation of checkbox item
getHtml
in file Select.php, method Formagic_Item_Select::getHtml()
    HTML representation of Formagic select item
getHtml
in file Password.php, method Formagic_Item_Password::getHtml()
    Returns string representation of password item.
getHtml
in file Submit.php, method Formagic_Item_Submit::getHtml()
    HTML string representation of submit button
getItem
in file Container.php, method Formagic_Item_Container::getItem()
    Returns added item $name
getItemHolder
in file Formagic.php, method Formagic::getItemHolder()
    Returns pointer to Formagic items array
getItems
in file PageController.php, method Formagic_Item_PageController::getItems()
    Returns items of currently displayed page
getItems
in file Container.php, method Formagic_Item_Container::getItems()
    Returns pointer to items array
getLabel
in file Submit.php, method Formagic_Item_Submit::getLabel()
    Override parent::getLabel()
getLabel
in file Item.php, method Formagic_Item::getLabel()
    Returns label for this item.
getLevel
in file Rule.php, method Formagic_Rule::getLevel()
    Returns error level of rule. Default is Formagic::ERROR
getMessage
in file Rule.php, method Formagic_Rule::getMessage()
    Returns error message of rule
getMessages
in file Formagic.php, method Formagic::getMessages()
    Returns Formagic messages of level $level or empty array if no messages of that level.
getReferringPage
in file PageController.php, method Formagic_Item_PageController::getReferringPage()
    Returns name of page item that called currently requested page
getRequestedPage
in file PageController.php, method Formagic_Item_PageController::getRequestedPage()
    Returns string with page item name or NULL if none detected
getType
in file Rule.php, method Formagic_Rule::getType()
    Returns rule type identification string
getValue
in file Container.php, method Formagic_Item_Container::getValue()
    Returns values of all stored items.
getValue
in file Submit.php, method Formagic_Item_Submit::getValue()
    Override paren::getValue()
getValue
in file PageSwitch.php, method Formagic_Item_PageSwitch::getValue()
    Always return no value
getValue
in file Formagic.php, method Formagic::getValue()
    Returns item value from Formagic value pool
getValue
in file Item.php, method Formagic_Item::getValue()
    Returns current value for this item
getValues
in file Formagic.php, method Formagic::getValues()
    Returns array with values from all added items
top

h

$hasHtml
in file PageController.php, variable Formagic_Item_PageController::$hasHtml
    Page item has no own HTML representation
$hasHtml
in file Page.php, variable Formagic_Item_Page::$hasHtml
    Page item has no own HTML representation
$hasHtml
in file Container.php, variable Formagic_Item_Container::$hasHtml
    Tells renderer if container has its own surrounding template
$headline
in file Container.php, variable Formagic_Item_Container::$headline
    Container headline
hasRule
in file Item.php, method Formagic_Item::hasRule()
    Tells if rule exists for this item
hide
in file Submit.php, method Formagic_Item_Submit::hide()
    Hiding submit buttons results in removing it from form
Hidden.php
procedural page Hidden.php
HTML.php
procedural page HTML.php
top

i

$id
in file Item.php, variable Formagic_Item::$id
    Form item ID
$isPostItem
in file Item.php, variable Formagic_Item::$isPostItem
    Flag that defines if item content will be posted on submit
$isSubmitted
in file Item.php, variable Formagic_Item::$isSubmitted
    Flag that tells if this Formagic item has been submitted
$isWide
in file Item.php, variable Formagic_Item::$isWide
    Defines if template takes full width
index.php
procedural page index.php
isDisabled
in file Item.php, method Formagic_Item::isDisabled()
    Returns disabled status of item
isHidden
in file Item.php, method Formagic_Item::isHidden()
    Returns hidden status of item
isSubmitted
in file Formagic.php, method Formagic::isSubmitted()
    Checks if HTML form is submitted
isTriggered
in file Submit.php, method Formagic_Item_Submit::isTriggered()
    Returns true if submit button was triggered to access current page
Input.php
procedural page Input.php
Item.php
procedural page Item.php
top

l

loadClass
in file Formagic.php, method Formagic::loadClass()
    Includes Formagic extension class
Length.php
procedural page Length.php
top

m

$mandatoryMarker
in file HTML.php, variable Formagic_Renderer_HTML::$mandatoryMarker
    HTML string for mandatory fields
$messageColors
in file HTML.php, variable Formagic_Renderer_HTML::$messageColors
    Error/notice/debug colors
$method
in file Formagic.php, variable Formagic::$method
    Form submission method (POST or GET)
Mandatory.php
procedural page Mandatory.php
top

n

$name
in file Formagic.php, variable Formagic::$name
    Form name, used for eg. form action tag in HTML renderer
$name
in file Item.php, variable Formagic_Item::$name
    Form item name
NOTICE
in file Formagic.php, class constant Formagic::NOTICE
Numeric.php
procedural page Numeric.php
top

p

Page.php
procedural page Page.php
PageController.php
procedural page PageController.php
PageSwitch.php
procedural page PageSwitch.php
Password.php
procedural page Password.php
PAGE_REQUEST_KEY
in file Formagic.php, class constant Formagic::PAGE_REQUEST_KEY
PAGE_TRACKING_KEY
in file Formagic.php, class constant Formagic::PAGE_TRACKING_KEY
top

r

Radio.php
procedural page Radio.php
Renderer.php
procedural page Renderer.php
Rule.php
procedural page Rule.php
top

s

$savedValue
in file Item.php, variable Formagic_Item::$savedValue
    Pointer to mulitpage value for this item, stored in calling Formagic object
$submittedValue
in file Item.php, variable Formagic_Item::$submittedValue
    Pointer to submitted value for this item, stored in calling Formagic object
$submitValues
in file Formagic.php, variable Formagic::$submitValues
    Points to either $_POST or $_GET
Select.php
procedural page Select.php
Submit.php
procedural page Submit.php
setAttributes
in file Item.php, method Formagic_Item::setAttributes()
    Sets additional attributes for this item
setCaller
in file Item.php, method Formagic_Item::setCaller()
    Can be called to set caller object if not passed to constructor
setData
in file Radio.php, method Formagic_Item_Radio::setData()
    Sets data for radio elements
setData
in file Select.php, method Formagic_Item_Select::setData()
    formagicItemSelect::setData()
setDefaultValues
in file Formagic.php, method Formagic::setDefaultValues()
    Formagic::setDefaultValues()
setExecuteCallback
in file Formagic.php, method Formagic::setExecuteCallback()
    Set callback property
setHidden
in file Item.php, method Formagic_Item::setHidden()
    Sets hidden flag for item
setHidden
in file Container.php, method Formagic_Item_Container::setHidden()
    Sets hidden flag on container item and all its descendants
setMessage
in file Formagic.php, method Formagic::setMessage()
    Adds $message to Formagic message stack
setOption
in file Formagic.php, method Formagic::setOption()
    Sets Formagic option $name to $value
setRenderer
in file Formagic.php, method Formagic::setRenderer()
    Defines renderer for current Formagic object
setRootTemplate
in file HTML.php, method Formagic_Renderer_HTML::setRootTemplate()
setSeparator
in file Radio.php, method Formagic_Item_Radio::setSeparator()
    Sets separator string
setTemplate
in file HTML.php, method Formagic_Renderer_HTML::setTemplate()
    Formagic_Renderer_HTML::setCustomTemplate()
top

t

$type
in file Item.php, variable Formagic_Item::$type
    Type of form item
top

v

validate
in file Item.php, method Formagic_Item::validate()
    Performs rule checks
validate
in file Formagic.php, method Formagic::validate()
    Checks if form is submitted and all rules apply
validate
in file Container.php, method Formagic_Item_Container::validate()
    Validates containing items
VERSION
in file Formagic.php, class constant Formagic::VERSION
top

_

$_args
in file Rule.php, variable Formagic_Rule::$_args
    Arguments passed to to rule object
$_caller
in file Item.php, variable Formagic_Item::$_caller
    Formagic object that called and contains item
$_constantValue
in file Item.php, variable Formagic_Item::$_constantValue
    Values that are not changed by submitted values
$_errorCode
in file Rule.php, variable Formagic_Rule::$_errorCode
    Error code
$_errorCode
in file Length.php, variable Formagic_Rule_Length::$_errorCode
    Default error code
$_errorCode
in file Mandatory.php, variable Formagic_Rule_Mandatory::$_errorCode
    Default error code
$_errorCode
in file Equal.php, variable Formagic_Rule_Equal::$_errorCode
    Default error code
$_errorCode
in file Numeric.php, variable Formagic_Rule_Numeric::$_errorCode
    Default error code
$_errorCode
in file Email.php, variable Formagic_Rule_Email::$_errorCode
    Default error code
$_errorLevel
in file Rule.php, variable Formagic_Rule::$_errorLevel
    Level of error occured in rule. Can be Formagic::DEBUG, Formagic::NOTICE or Formagic::ERROR
$_errorMessage
in file Mandatory.php, variable Formagic_Rule_Mandatory::$_errorMessage
    Default error message
$_errorMessage
in file Numeric.php, variable Formagic_Rule_Numeric::$_errorMessage
    Default error message
$_errorMessage
in file Equal.php, variable Formagic_Rule_Equal::$_errorMessage
    Default error message
$_errorMessage
in file Rule.php, variable Formagic_Rule::$_errorMessage
    Error message
$_errorMessage
in file Email.php, variable Formagic_Rule_Email::$_errorMessage
    Default error message
$_isBlocked
in file Item.php, variable Formagic_Item::$_isBlocked
    Flag that defines if item content can be edited.
$_isDisabled
in file Item.php, variable Formagic_Item::$_isDisabled
    Flag that defines if item is removed from Formagic
$_isHidden
in file Item.php, variable Formagic_Item::$_isHidden
    Flag that defines if item will be displayed
$_items
in file Container.php, variable Formagic_Item_Container::$_items
    Pointer to items array section of formagic object
$_label
in file Item.php, variable Formagic_Item::$_label
    Form item label
$_rules
in file Item.php, variable Formagic_Item::$_rules
    Array of rule object that are applied for this item
$_type
in file Rule.php, variable Formagic_Rule::$_type
    Rule type
_execEvent
in file Item.php, method Formagic_Item::_execEvent()
    Event dispatcher
_execEvent
in file Formagic.php, method Formagic::_execEvent()
    Formagic event dispatcher
_getAttributeStr
in file Item.php, method Formagic_Item::_getAttributeStr()
    Returns attribute string for HTML tag
_getRootTemplate
in file HTML.php, method Formagic_Renderer_HTML::_getRootTemplate()
    Returns surrounding template
_handleArg
in file Select.php, method Formagic_Item_Select::_handleArg()
    Generic argument handler
_handleArg
in file Radio.php, method Formagic_Item_Radio::_handleArg()
    Argument handler for arguments that are unknown to item parent class
_handleArg
in file Item.php, method Formagic_Item::_handleArg()
    Handler for additional item arguments
_handleArg
in file Container.php, method Formagic_Item_Container::_handleArg()
    Generic argument handler
_onCreate
in file Hidden.php, method Formagic_Item_Hidden::_onCreate()
_onCreate
in file Radio.php, method Formagic_Item_Radio::_onCreate()
    Adds empty element to data array after constructor is processed
_onCreate
in file Item.php, method Formagic_Item::_onCreate()
    Executed when object is created
_onCreate
in file Container.php, method Formagic_Item_Container::_onCreate()
    OnCreate-Handler implementation
_onCreate
in file Submit.php, method Formagic_Item_Submit::_onCreate()
    Implementation of onCreate-handler
_onFetch
in file PageController.php, method Formagic_Item_PageController::_onFetch()
    Implementation of fetch handler
_onFetch
in file Container.php, method Formagic_Item_Container::_onFetch()
    OnFetch-handler implementation
_onFetch
in file Item.php, method Formagic_Item::_onFetch()
    Executed when Formagic::fetch() is called
_onPostValidate
in file Item.php, method Formagic_Item::_onPostValidate()
    Executed after item validation is done
_onPostValidate
in file PageController.php, method Formagic_Item_PageController::_onPostValidate()
    Implementation of postValidate handler
_onPreValidate
in file Item.php, method Formagic_Item::_onPreValidate()
    Executed before item validation
_onPreValidate
in file PageController.php, method Formagic_Item_PageController::_onPreValidate()
    Implementation of preValidate handler
__construct
in file Rule.php, method Formagic_Rule::__construct()
    Constructor
__construct
in file Formagic.php, method Formagic::__construct()
    Consructor
__construct
in file PageSwitch.php, method Formagic_Item_PageSwitch::__construct()
    Formagic_Item_PageSwitch::__construct()
__construct
in file Length.php, method Formagic_Rule_Length::__construct()
    Extends parent constructor
__construct
in file Item.php, method Formagic_Item::__construct()
    Constructor
__construct
in file HTML.php, method Formagic_Renderer_HTML::__construct()
    Constructor
__destruct
in file Formagic.php, method Formagic::__destruct()
    Destructor
__toString
in file Item.php, method Formagic_Item::__toString()
    Returns string representation of formItem object
__toString
in file Renderer.php, method Formagic_Renderer::__toString()
    String representation of FormagicItem
__toString
in file Formagic.php, method Formagic::__toString()
    Returns result for string casting of Formagic object
top

Documentation generated on Thu, 23 Aug 2007 00:29:31 +0200 by phpDocumentor 1.4.0