Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ x ]
[ _ ]
top
top
top
top
top
f
- filter
- in file Interface.php, method Formagic_Filter_Interface::filter()
Filter implementation.
- filter
- in file Date.php, method Formagic_Filter_Date::filter()
- filter
- in file Trim.php, method Formagic_Filter_Trim::filter()
- filter
- in file Nl2br.php, method Formagic_Filter_Nl2br::filter()
Transforms all newline characters to HTML breaks.
- filter
- in file Replace.php, method Formagic_Filter_Replace::filter()
Replaces strings according to the replacements array.
- filter
- in file Callback.php, method Formagic_Filter_Callback::filter()
Filters the value using the PHP callback.
- Formagic
- in file Formagic.php, class Formagic
Formagic main and interface class
- Formagic.php
- procedural page Formagic.php
- Formagic_Exception
- in file Exception.php, class Formagic_Exception
Generic Formagic Exception class
- Formagic_Filter_Callback
- in file Callback.php, class Formagic_Filter_Callback
Uses a valid PHP callback fot the value transformation.
- Formagic_Filter_Date
- in file Date.php, class Formagic_Filter_Date
Converts the given string into human readable time format.
- Formagic_Filter_Interface
- in file Interface.php, class Formagic_Filter_Interface
Formagic Filter Interface
- Formagic_Filter_Nl2br
- in file Nl2br.php, class Formagic_Filter_Nl2br
Converts all newline characters to HTML breaks
- Formagic_Filter_Replace
- in file Replace.php, class Formagic_Filter_Replace
Accepts a key-value array of replacements, the key beeing the value to be replaced, the value beeing the replacement.
- Formagic_Filter_Trim
- in file Trim.php, class Formagic_Filter_Trim
- Formagic_Item_Abstract
- in file Abstract.php, class Formagic_Item_Abstract
Abstract superclass for Formagic items
- Formagic_Item_Button
- in file Button.php, class Formagic_Item_Button
Formagic submit button item
- 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_Html
- in file Html.php, class Formagic_Item_Html
Displays it's value as plain text, with no input possibility.
- Formagic_Item_ImageSubmit
- in file ImageSubmit.php, class Formagic_Item_ImageSubmit
Formagic image submit button item
- Formagic_Item_Input
- in file Input.php, class Formagic_Item_Input
Formagic_Item_Input
- Formagic_Item_Password
- in file Password.php, class Formagic_Item_Password
Password type input field for 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_Item_Text
- in file Text.php, class Formagic_Item_Text
Formagic_Item_Text (alias for Formagic_Item_Input)
- Formagic_Item_Textarea
- in file Textarea.php, class Formagic_Item_Textarea
Formagic_Item_Textarea
- Formagic_Item_Upload
- in file Upload.php, class Formagic_Item_Upload
Formagic_Item_Upload
- 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
Returns rendered HTML form. Tables are used to place form elements.
- Formagic_Renderer_Interface
- in file Interface.php, class Formagic_Renderer_Interface
Defines interface that all Formagic renderers have to implement.
- Formagic_Renderer_Xhtml
- in file Xhtml.php, class Formagic_Renderer_Xhtml
Formagic Renderer Xhtml
- Formagic_Rule_Abstract
- in file Abstract.php, class Formagic_Rule_Abstract
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_EmailValidation_Interface
- in file Interface.php, class Formagic_Rule_EmailValidation_Interface
Defines rule validation strategy interface
- Formagic_Rule_EmailValidation_PhpFilter
- in file PhpFilter.php, class Formagic_Rule_EmailValidation_PhpFilter
Implementation of validation strategy interface.
- Formagic_Rule_EmailValidation_Regex
- in file Regex.php, class Formagic_Rule_EmailValidation_Regex
Implementation of validation strategy interface.
- Formagic_Rule_Equal
- in file Equal.php, class Formagic_Rule_Equal
Checks if value is given
- Formagic_Rule_ItemDependency
- in file ItemDependency.php, class Formagic_Rule_ItemDependency
Checks if dependencies between given items are matched
- 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
- Formagic_Rule_NumericRange
- in file NumericRange.php, class Formagic_Rule_NumericRange
Checks if value is between min and max length
- Formagic_Rule_RangeComparsion_Abstract
- in file Abstract.php, class Formagic_Rule_RangeComparsion_Abstract
Abstract implementation of range comparsion rules
- Formagic_Rule_Regex
- in file Regex.php, class Formagic_Rule_Regex
Checks if value is given
- Formagic_Rule_StringLength
- in file StringLength.php, class Formagic_Rule_StringLength
Checks if value is between min and max length
- Formagic_Translator
- in file Translator.php, class Formagic_Translator
Formagic translator class
top
g
- getAttribute
- in file Abstract.php, method Formagic_Item_Abstract::getAttribute()
Returns the attributes array for this item.
- getAttributes
- in file Abstract.php, method Formagic_Item_Abstract::getAttributes()
Returns the attributes array for this item.
- getAttributeStr
- in file Abstract.php, method Formagic_Item_Abstract::getAttributeStr()
Returns attribute string for HTML tag.
- getBaseDirs
- in file Formagic.php, method Formagic::getBaseDirs()
Returns current plugin base directory stack.
- getClickCoordinates
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::getClickCoordinates()
Returns click coordinates if triggered.
- getContainerLabelTemplate
- in file Html.php, method Formagic_Renderer_Html::getContainerLabelTemplate()
Returns container label template (empty by default).
- getContainerRowTemplate
- in file Html.php, method Formagic_Renderer_Html::getContainerRowTemplate()
Returns the template for rows that hold sub-containers.
- getContainerWrapperTemplate
- in file Html.php, method Formagic_Renderer_Html::getContainerWrapperTemplate()
Returns wrapper template for containers (HTML table tag by default)
- getFormAction
- in file Formagic.php, method Formagic::getFormAction()
Returns current form action
- getFormWrapperTemplate
- in file Html.php, method Formagic_Renderer_Html::getFormWrapperTemplate()
Returns form wrapper tag.
- getHtml
- in file Submit.php, method Formagic_Item_Submit::getHtml()
HTML string representation of submit button
- getHtml
- in file Select.php, method Formagic_Item_Select::getHtml()
HTML representation of Formagic select item
- getHtml
- in file Input.php, method Formagic_Item_Input::getHtml()
HTML string representation of text input field
- getHtml
- in file Hidden.php, method Formagic_Item_Hidden::getHtml()
- getHtml
- in file Checkbox.php, method Formagic_Item_Checkbox::getHtml()
Returns HTML representation of checkbox item.
- getHtml
- in file Html.php, method Formagic_Item_Html::getHtml()
HTML string representation of text input field
- getHtml
- in file Password.php, method Formagic_Item_Password::getHtml()
Returns string representation of password item.
- getHtml
- in file Textarea.php, method Formagic_Item_Textarea::getHtml()
HTML string representation of text input field
- getHtml
- in file Button.php, method Formagic_Item_Button::getHtml()
HTML string representation of submit button
- getHtml
- in file Abstract.php, method Formagic_Item_Abstract::getHtml()
HTML template for renderers that use HTML-Code.
- getHtml
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::getHtml()
HTML string representation of submit button
- getHtml
- in file Radio.php, method Formagic_Item_Radio::getHtml()
Returns string with HTML representation of radio elements
- getHtml
- in file Upload.php, method Formagic_Item_Upload::getHtml()
HTML string representation of upload input field
- getInfo
- in file Formagic.php, method Formagic::getInfo()
Returns form information string.
- getItem
- in file Container.php, method Formagic_Item_Container::getItem()
Returns added item $name.
- getItemErrorTemplate
- in file Html.php, method Formagic_Renderer_Html::getItemErrorTemplate()
Returns single error message template
- getItemErrorWrapperTemplate
- in file Html.php, method Formagic_Renderer_Html::getItemErrorWrapperTemplate()
Returns error wrapper template for item errors.
- getItemHolder
- in file Formagic.php, method Formagic::getItemHolder()
Returns root container.
- getItemLabelTemplate
- in file Html.php, method Formagic_Renderer_Html::getItemLabelTemplate()
Returns label template for an item.
- getItemRowTemplate
- in file Html.php, method Formagic_Renderer_Html::getItemRowTemplate()
Returns item row template.
- getItems
- in file Container.php, method Formagic_Item_Container::getItems()
Returns items array
- getIterator
- in file Container.php, method Formagic_Item_Container::getIterator()
Completes the IteratorAggregate interface.
- getLabel
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::getLabel()
Returns label for this item.
- getLabel
- in file Submit.php, method Formagic_Item_Submit::getLabel()
Label is already defined by value property
- getLabel
- in file Button.php, method Formagic_Item_Button::getLabel()
Label is already defined by value property
- getLabel
- in file Abstract.php, method Formagic_Item_Abstract::getLabel()
Returns label for this item.
- getMandatoryMarkerTemplate
- in file Html.php, method Formagic_Renderer_Html::getMandatoryMarkerTemplate()
Returns marker string for items marked as mandatory.
- getMessage
- in file Abstract.php, method Formagic_Rule_Abstract::getMessage()
Returns translated error message of rule
- getMethod
- in file Formagic.php, method Formagic::getMethod()
Returns the form method.
- getName
- in file Abstract.php, method Formagic_Rule_Abstract::getName()
Returns rule type identification string.
- getName
- in file Abstract.php, method Formagic_Item_Abstract::getName()
Returns the item name.
- getRaw
- in file Formagic.php, method Formagic::getRaw()
Returns undvalidated and unfiltered submit values.
- getRenderer
- in file Formagic.php, method Formagic::getRenderer()
Returns the current renderer object.
- getTrackSubmission
- in file Formagic.php, method Formagic::getTrackSubmission()
Returns submission tracking status.
- getTranslator
- in file Html.php, method Formagic_Renderer_Html::getTranslator()
Returns current translator instance.
- getTranslator
- in file Formagic.php, method Formagic::getTranslator()
Returns translator object.
- getUnfilteredValue
- in file Abstract.php, method Formagic_Item_Abstract::getUnfilteredValue()
Returns current unfiltered value for this item.
- getValue
- in file Abstract.php, method Formagic_Item_Abstract::getValue()
Returns the current filtered value for this item.
- getValue
- in file Container.php, method Formagic_Item_Container::getValue()
Returns values of all stored items.
- getValues
- in file Formagic.php, method Formagic::getValues()
Returns array with values from all added items.
- getViolatedRules
- in file Abstract.php, method Formagic_Item_Abstract::getViolatedRules()
Returns array of violated rules.
top
top
top
l
- loadClass
- in file Formagic.php, method Formagic::loadClass()
Loads a class located in defined baseDir locations.
top
top
top
top
top
s
- Select.php
- procedural page Select.php
- Submit.php
- procedural page Submit.php
- StringLength.php
- procedural page StringLength.php
- setAttributes
- in file Abstract.php, method Formagic_Item_Abstract::setAttributes()
Sets additional attributes for this item.
- setCallback
- in file Translator.php, method Formagic_Translator::setCallback()
Sets the translation callback with class and method.
- setClickCoordinates
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::setClickCoordinates()
Sets click coordinates.
- setContainerLabelTemplate
- in file Html.php, method Formagic_Renderer_Html::setContainerLabelTemplate()
Sets container label template.
- setContainerRowTemplate
- in file Html.php, method Formagic_Renderer_Html::setContainerRowTemplate()
Sets new template for rows that hold sub-containers.
- setContainerWrapperTemplate
- in file Html.php, method Formagic_Renderer_Html::setContainerWrapperTemplate()
Sets wrapper template for containers.
- setData
- in file Radio.php, method Formagic_Item_Radio::setData()
Sets "options" for radio elements.
- setData
- in file Select.php, method Formagic_Item_Select::setData()
Sets the item options.
- setDisabled
- in file Abstract.php, method Formagic_Item_Abstract::setDisabled()
Sets disabled flag for item and removes it from form
- setDisabled
- in file Container.php, method Formagic_Item_Container::setDisabled()
Disables container item and all its descendants and thus removes all involved items from form.
- setEmpty
- in file Radio.php, method Formagic_Item_Radio::setEmpty()
Prepends or appends empty radio input.
- setErrorClass
- in file Html.php, method Formagic_Renderer_Html::setErrorClass()
Sets error CSS class.
- setFixed
- in file Abstract.php, method Formagic_Item_Abstract::setFixed()
Sets isFixed flag.
- setFormAction
- in file Formagic.php, method Formagic::setFormAction()
Sets the form action URL.
- setFormWrapperTemplate
- in file Html.php, method Formagic_Renderer_Html::setFormWrapperTemplate()
Sets form wrapper template (opening/closing form tag by default).
- setHidden
- in file Abstract.php, method Formagic_Item_Abstract::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.
- setIgnore
- in file Abstract.php, method Formagic_Item_Abstract::setIgnore()
Defines if the item will be ignored in form submit.
- setItemErrorTemplate
- in file Html.php, method Formagic_Renderer_Html::setItemErrorTemplate()
Sets a new template for a single error message (HTML LI tag by default)
- setItemErrorWrapperTemplate
- in file Html.php, method Formagic_Renderer_Html::setItemErrorWrapperTemplate()
Sets error wrapper template (opening and closing list tags by default).
- setItemLabelTemplate
- in file Html.php, method Formagic_Renderer_Html::setItemLabelTemplate()
Sets label template for a single item (label tag by default).
- setItemRowTemplate
- in file Html.php, method Formagic_Renderer_Html::setItemRowTemplate()
Sets template for rows containing input items (tr/td tags by default).
- setMandatoryMarkerTemplate
- in file Html.php, method Formagic_Renderer_Html::setMandatoryMarkerTemplate()
Sets marker string for items that are marked mandatory (asterisk by default).
- setMessage
- in file Abstract.php, method Formagic_Rule_RangeComparsion_Abstract::setMessage()
setMessage not supported by range comparison rules.
- setMessage
- in file Abstract.php, method Formagic_Rule_Abstract::setMessage()
Sets the error message property.
- setMessages
- in file Abstract.php, method Formagic_Rule_RangeComparsion_Abstract::setMessages()
Sets messages array
- setMethod
- in file Formagic.php, method Formagic::setMethod()
Sets the form's submit method.
- setMultiple
- in file Select.php, method Formagic_Item_Select::setMultiple()
Sets multiple attribute for select field.
- setReadonly
- in file Abstract.php, method Formagic_Item_Abstract::setReadonly()
Sets readonly flag
- setReadonly
- in file Container.php, method Formagic_Item_Container::setReadonly()
Sets readonly flag to container item and all its descendants.
- setRenderer
- in file Formagic.php, method Formagic::setRenderer()
Defines renderer for current Formagic object
- setRequiredAttributes
- in file Abstract.php, method Formagic_Item_Abstract::setRequiredAttributes()
- setSeparator
- in file Radio.php, method Formagic_Item_Radio::setSeparator()
Sets the separator string to be displayed between radio fields.
- setSource
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::setSource()
Set image source.
- setTrackSubmission
- in file Formagic.php, method Formagic::setTrackSubmission()
Enables or disables submission tracking.
- setTranslator
- in file Formagic.php, method Formagic::setTranslator()
Sets translator object and method if present.
- setValue
- in file Container.php, method Formagic_Item_Container::setValue()
Sets new values for all items assigned to this container.
- setValue
- in file Abstract.php, method Formagic_Item_Abstract::setValue()
Sets the item value to $value.
- setValue
- in file Upload.php, method Formagic_Item_Upload::setValue()
Overwrites the superclass method Formagic_Item_Abstract::setValue().
- setValues
- in file Formagic.php, method Formagic::setValues()
Sets default values.
top
top
top
v
- validate
- in file Abstract.php, method Formagic_Rule_Abstract::validate()
Abstract of main validate method. Returns boolean value of check success.
- validate
- in file ItemDependency.php, method Formagic_Rule_ItemDependency::validate()
Performs rule check
- validate
- in file Mandatory.php, method Formagic_Rule_Mandatory::validate()
Performs rule check
- validate
- in file Numeric.php, method Formagic_Rule_Numeric::validate()
Performs rule check
- validate
- in file Regex.php, method Formagic_Rule_Regex::validate()
Regex validation
- validate
- in file Formagic.php, method Formagic::validate()
Checks if form is submitted and all rules apply
- validate
- in file Abstract.php, method Formagic_Rule_RangeComparsion_Abstract::validate()
Performs rule check
- validate
- in file Equal.php, method Formagic_Rule_Equal::validate()
Performs rule check
- validate
- in file Container.php, method Formagic_Item_Container::validate()
Validates contained items.
- validate
- in file Email.php, method Formagic_Rule_Email::validate()
Performs rule check
- validate
- in file Abstract.php, method Formagic_Item_Abstract::validate()
Performs rule checks
- VALUE_ANY
- in file ItemDependency.php, class constant Formagic_Rule_ItemDependency::VALUE_ANY
- VALUE_NONE
- in file ItemDependency.php, class constant Formagic_Rule_ItemDependency::VALUE_NONE
- VALUE_XOR
- in file ItemDependency.php, class constant Formagic_Rule_ItemDependency::VALUE_XOR
- VERSION
- in file Formagic.php, class constant Formagic::VERSION
Formagic version
top
top
_
- $_arguments
- in file Callback.php, variable Formagic_Filter_Callback::$_arguments
Array of arguments for the callback
- $_attributes
- in file Abstract.php, variable Formagic_Item_Abstract::$_attributes
Additional attributes for item HTML tag
- $_attributes
- in file Formagic.php, variable Formagic::$_attributes
HTML attributes for the form tag
- $_baseDirs
- in file Formagic.php, variable Formagic::$_baseDirs
Array of directories classes are searched for
- $_callback
- in file Translator.php, variable Formagic_Translator::$_callback
Callback array containing the translation class and method
- $_callback
- in file Callback.php, variable Formagic_Filter_Callback::$_callback
A valid PHP callback
- $_checkDns
- in file Email.php, variable Formagic_Rule_Email::$_checkDns
Defines if reverse lookup of mail domain DNS is executed
- $_clickCoordinates
- in file ImageSubmit.php, variable Formagic_Item_ImageSubmit::$_clickCoordinates
Click coordiantes if triggered
- $_comparedItem
- in file Equal.php, variable Formagic_Rule_Equal::$_comparedItem
Item to be compared to
- $_condition
- in file ItemDependency.php, variable Formagic_Rule_ItemDependency::$_condition
Check condition
- $_containerLabelTemplate
- in file Html.php, variable Formagic_Renderer_Html::$_containerLabelTemplate
Container label template array
- $_containerRowTemplate
- in file Html.php, variable Formagic_Renderer_Html::$_containerRowTemplate
Template for rows containing containers
- $_containerWrapperTemplate
- in file Html.php, variable Formagic_Renderer_Html::$_containerWrapperTemplate
Container wrapping template array
- $_data
- in file Select.php, variable Formagic_Item_Select::$_data
Array containing select options
- $_data
- in file Radio.php, variable Formagic_Item_Radio::$_data
Array containing radio options.
- $_dependency
- in file ItemDependency.php, variable Formagic_Rule_ItemDependency::$_dependency
Item value to be checked
- $_emptyElement
- in file Radio.php, variable Formagic_Item_Radio::$_emptyElement
Contains empty element.
- $_emptyPosition
- in file Radio.php, variable Formagic_Item_Radio::$_emptyPosition
Tells where the empty element is going.
- $_errorClass
- in file Html.php, variable Formagic_Renderer_Html::$_errorClass
- $_filteredValue
- in file Abstract.php, variable Formagic_Item_Abstract::$_filteredValue
Filtered item value cache
- $_filters
- in file Abstract.php, variable Formagic_Item_Abstract::$_filters
Array of input filters for this item
- $_fmFields
- in file Array.php, variable Formagic_Renderer_Array::$_fmFields
Internal string cache for hidden Formagic items.
- $_formAction
- in file Formagic.php, variable Formagic::$_formAction
Action for form tag
- $_formWrapperTemplate
- in file Html.php, variable Formagic_Renderer_Html::$_formWrapperTemplate
Form wrapping template array
- $_hasErrors
- in file Array.php, variable Formagic_Renderer_Array::$_hasErrors
True if any item's validation failed. Will be added to the result array.
- $_hiddenString
- in file Html.php, variable Formagic_Renderer_Html::$_hiddenString
Hidden inputs string
- $_isDisabled
- in file Abstract.php, variable Formagic_Item_Abstract::$_isDisabled
Determines if item is removed from Formagic form.
- $_isFixed
- in file Abstract.php, variable Formagic_Item_Abstract::$_isFixed
Determines if value can be changed.
- $_isHidden
- in file Abstract.php, variable Formagic_Item_Abstract::$_isHidden
Determines if item will be displayed
- $_isIgnored
- in file Abstract.php, variable Formagic_Item_Abstract::$_isIgnored
Determines if item content should be interpreted after submit.
- $_isReadonly
- in file Abstract.php, variable Formagic_Item_Abstract::$_isReadonly
Determines if item content can be edited.
- $_item
- in file ItemDependency.php, variable Formagic_Rule_ItemDependency::$_item
Items the validity of this item is dependent on
- $_itemErrorTemplate
- in file Html.php, variable Formagic_Renderer_Html::$_itemErrorTemplate
Array of templates for displaying the item error string (list elements)
- $_itemErrorWrapperTemplate
- in file Html.php, variable Formagic_Renderer_Html::$_itemErrorWrapperTemplate
Array of templates for item's error wrapper (list open tag)
- $_itemHolder
- in file Formagic.php, variable Formagic::$_itemHolder
Container item holding all items added to Formagic object
- $_itemLabelTemplate
- in file Html.php, variable Formagic_Renderer_Html::$_itemLabelTemplate
Template for displaying the item label array
- $_itemRowTemplate
- in file Html.php, variable Formagic_Renderer_Html::$_itemRowTemplate
Template for rows containing normal items array
- $_items
- in file Container.php, variable Formagic_Item_Container::$_items
Pointer to items array section of formagic object
- $_label
- in file Abstract.php, variable Formagic_Item_Abstract::$_label
Form item label
- $_mandatoryMarkerTemplate
- in file Html.php, variable Formagic_Renderer_Html::$_mandatoryMarkerTemplate
HTML string for mandatory fields array
- $_max
- in file Abstract.php, variable Formagic_Rule_RangeComparsion_Abstract::$_max
The maximal length
- $_message
- in file Email.php, variable Formagic_Rule_Email::$_message
Default error message
- $_message
- in file Mandatory.php, variable Formagic_Rule_Mandatory::$_message
Default message
- $_message
- in file Abstract.php, variable Formagic_Rule_Abstract::$_message
Message string
- $_message
- in file Numeric.php, variable Formagic_Rule_Numeric::$_message
Default error message
- $_message
- in file ItemDependency.php, variable Formagic_Rule_ItemDependency::$_message
Default message
- $_message
- in file Equal.php, variable Formagic_Rule_Equal::$_message
Default error message
- $_messages
- in file StringLength.php, variable Formagic_Rule_StringLength::$_messages
Default error messages
- $_messages
- in file NumericRange.php, variable Formagic_Rule_NumericRange::$_messages
Default error messages
- $_messages
- in file Abstract.php, variable Formagic_Rule_RangeComparsion_Abstract::$_messages
Array of messages
- $_method
- in file Formagic.php, variable Formagic::$_method
Form submission method (POST or GET)
- $_min
- in file Abstract.php, variable Formagic_Rule_RangeComparsion_Abstract::$_min
The minimal length
- $_multi
- in file Select.php, variable Formagic_Item_Select::$_multi
Determines if the selectbox should be displayed as a multi selectbox
- $_name
- in file Abstract.php, variable Formagic_Item_Abstract::$_name
Form item name
- $_name
- in file Formagic.php, variable Formagic::$_name
Form name
- $_name
- in file Abstract.php, variable Formagic_Rule_Abstract::$_name
Rule type identifier.
- $_pattern
- in file Regex.php, variable Formagic_Rule_Regex::$_pattern
The regex pattern
- $_raw
- in file Html.php, variable Formagic_Item_Html::$_raw
- $_regex
- in file Regex.php, variable Formagic_Rule_EmailValidation_Regex::$_regex
Email Regex
- $_renderer
- in file Formagic.php, variable Formagic::$_renderer
Type of renderer used to display form
- $_replacements
- in file Replace.php, variable Formagic_Filter_Replace::$_replacements
Array containing the replacements
- $_requiredAttributes
- in file Abstract.php, variable Formagic_Item_Abstract::$_requiredAttributes
Array of required attributes for this item
- $_requiredAttributes
- in file Container.php, variable Formagic_Item_Container::$_requiredAttributes
Define what attributes are required for default container item
- $_result
- in file Array.php, variable Formagic_Renderer_Array::$_result
Result array
- $_rules
- in file Abstract.php, variable Formagic_Item_Abstract::$_rules
Array of rule object that are applied for this item
- $_separator
- in file Radio.php, variable Formagic_Item_Radio::$_separator
String to separate radio elements from each other.
- $_src
- in file ImageSubmit.php, variable Formagic_Item_ImageSubmit::$_src
Image source
- $_submissionItem
- in file Formagic.php, variable Formagic::$_submissionItem
Track submission item
- $_submitValues
- in file Formagic.php, variable Formagic::$_submitValues
Array of submitted values
- $_supportedMethods
- in file Formagic.php, variable Formagic::$_supportedMethods
Submit methods supported by Formagic
- $_trackSubmission
- in file Formagic.php, variable Formagic::$_trackSubmission
Enables or disables submission tracking
- $_translator
- in file Formagic.php, variable Formagic::$_translator
Formagic_Translator object
- $_translator
- in file Html.php, variable Formagic_Renderer_Html::$_translator
Translator object
- $_validationStrategy
- in file Email.php, variable Formagic_Rule_Email::$_validationStrategy
Validation strategy
- $_value
- in file Abstract.php, variable Formagic_Item_Abstract::$_value
Item value
- $_violatedRules
- in file Abstract.php, variable Formagic_Item_Abstract::$_violatedRules
Violated rule after validation
- _
- in file Translator.php, method Formagic_Translator::_()
Translates a string or returns it if no translator is set.
- _addHiddenItem
- in file Html.php, method Formagic_Renderer_Html::_addHiddenItem()
Adds hidden fields to form HTML string.
- _assembleData
- in file Array.php, method Formagic_Renderer_Array::_assembleData()
Collects item information to be put into the result array.
- _buildAttributeStr
- in file Abstract.php, method Formagic_Item_Abstract::_buildAttributeStr()
- _buildOptions
- in file Select.php, method Formagic_Item_Select::_buildOptions()
Build select options string.
- _execBetween
- in file Abstract.php, method Formagic_Rule_RangeComparsion_Abstract::_execBetween()
- _execMax
- in file Abstract.php, method Formagic_Rule_RangeComparsion_Abstract::_execMax()
- _execMin
- in file Abstract.php, method Formagic_Rule_RangeComparsion_Abstract::_execMin()
- _filterValue
- in file Abstract.php, method Formagic_Item_Abstract::_filterValue()
- _getContainerLabel
- in file Html.php, method Formagic_Renderer_Html::_getContainerLabel()
Renders a container label into the container label template.
- _getErrorProperties
- in file Html.php, method Formagic_Renderer_Html::_getErrorProperties()
Returns the rendered error list and HTML class attribute.
- _getItemLabel
- in file Html.php, method Formagic_Renderer_Html::_getItemLabel()
Returns rendered item label and template.
- _getMessage
- in file Abstract.php, method Formagic_Rule_RangeComparsion_Abstract::_getMessage()
Returns a translates message string.
- _getMultipleSelect
- in file Select.php, method Formagic_Item_Select::_getMultipleSelect()
Returns the HTML string for a multiselectbox.
- _getRange
- in file StringLength.php, method Formagic_Rule_StringLength::_getRange()
Returns range check value.
- _getRange
- in file Abstract.php, method Formagic_Rule_RangeComparsion_Abstract::_getRange()
Returns range check value.
- _getRange
- in file NumericRange.php, method Formagic_Rule_NumericRange::_getRange()
Returns value as integer.
- _getSingleSelect
- in file Select.php, method Formagic_Item_Select::_getSingleSelect()
Returns the HTML string for a single selectbox.
- _getTemplate
- in file Html.php, method Formagic_Renderer_Html::_getTemplate()
Returns a template for a specific item from a template array.
- _getTrackSubmissionItem
- in file Formagic.php, method Formagic::_getTrackSubmissionItem()
Returns the track submission item.
- _getValidationStrategy
- in file Email.php, method Formagic_Rule_Email::_getValidationStrategy()
- _init
- in file Equal.php, method Formagic_Rule_Equal::_init()
Allow subclass initialization.
- _init
- in file Email.php, method Formagic_Rule_Email::_init()
Initializes email rule.
- _init
- in file Abstract.php, method Formagic_Rule_RangeComparsion_Abstract::_init()
Allows subclass initialization.
- _init
- in file Formagic.php, method Formagic::_init()
Allows subclass initialization.
- _init
- in file Regex.php, method Formagic_Rule_Regex::_init()
Allows subclass initialization.
- _init
- in file Submit.php, method Formagic_Item_Submit::_init()
Subclass initialization
- _init
- in file Radio.php, method Formagic_Item_Radio::_init()
Radio item initialization.
- _init
- in file Hidden.php, method Formagic_Item_Hidden::_init()
Object initialisation.
- _init
- in file Button.php, method Formagic_Item_Button::_init()
Subclass initialization
- _init
- in file Html.php, method Formagic_Item_Html::_init()
Formagic_Item_Html::_init()
- _init
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::_init()
Subclass initialization.
- _init
- in file Abstract.php, method Formagic_Rule_Abstract::_init()
Allows subclass initialization.
- _init
- in file Abstract.php, method Formagic_Item_Abstract::_init()
Allow subclass initialization.
- _init
- in file ItemDependency.php, method Formagic_Rule_ItemDependency::_init()
Defines dependent items and validate condition.
- _init
- in file Select.php, method Formagic_Item_Select::_init()
Generic argument handler
- _makeDomId
- in file Abstract.php, method Formagic_Item_Abstract::_makeDomId()
Takes a string and returns a valid DOM ID.
- _renderContainer
- in file Html.php, method Formagic_Renderer_Html::_renderContainer()
Returns HTML for all items of a container (recursively)
- _sanitize
- in file Array.php, method Formagic_Renderer_Array::_sanitize()
Sanitizes a userland value.
- _setName
- in file Formagic.php, method Formagic::_setName()
Sets form name and thus name of trackSubmission item.
- _setOptions
- in file Formagic.php, method Formagic::_setOptions()
Sets Formagic option $name to $value
- _setTemplate
- in file Html.php, method Formagic_Renderer_Html::_setTemplate()
Sets a template string for an item to a template pool.
- _validateItemValue
- in file Abstract.php, method Formagic_Item_Abstract::_validateItemValue()
Perform validation on item value.
- __call
- in file Formagic.php, method Formagic::__call()
Proxies method calls to underlying container $this->_itemHolder.
- __construct
- in file Translator.php, method Formagic_Translator::__construct()
Constructor
- __construct
- in file Xhtml.php, method Formagic_Renderer_Xhtml::__construct()
Constructor
- __construct
- in file Formagic.php, method Formagic::__construct()
Constructor.
- __construct
- in file Replace.php, method Formagic_Filter_Replace::__construct()
Constructor
- __construct
- in file Abstract.php, method Formagic_Item_Abstract::__construct()
Constructor
- __construct
- in file Abstract.php, method Formagic_Rule_Abstract::__construct()
Constructor
- __construct
- in file Html.php, method Formagic_Renderer_Html::__construct()
Sets the translator object for this renderer instance
- __construct
- in file Callback.php, method Formagic_Filter_Callback::__construct()
Constructor
- __get
- in file Formagic.php, method Formagic::__get()
Member overloading: Tries to return a form item with member's name.
- __set
- in file Formagic.php, method Formagic::__set()
Will throw an Formagic_Exception, because member overloading is not allowed.
- __toString
- in file Formagic.php, method Formagic::__toString()
Returns result for string casting of Formagic object.
- __toString
- in file Abstract.php, method Formagic_Item_Abstract::__toString()
Returns the HTML string representation of the form item.
top
|
|