Apache Zeta Components Manual :: Package UserInput Element Index

Element index for package UserInput

Package indexes

[ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ n ] [ o ] [ p ] [ r ] [ t ] [ u ] [ v ] [ w ] [ _ ]

Letter '_'

__construct
in file unknown_field.php, method ezcInputFormUnknownFieldException::__construct()
    Constructs a new ezcInputFormUnknownFieldException.
__construct
in file valid_data_available.php, method ezcInputFormValidDataAvailableException::__construct()
    Constructs a new ezcInputFormValidDataAvailableException.
__construct
in file wrong_input_source.php, method ezcInputFormWrongInputSourceException::__construct()
    Constructs a new ezcInputFormWrongInputSourceException.
__construct
in file no_valid_data.php, method ezcInputFormNoValidDataException::__construct()
    Constructs a new ezcInputFormNoValidDataException.
__construct
in file invalid_definition.php, method ezcInputFormInvalidDefinitionException::__construct()
    Constructs a new ezcInputFormInvalidDefinitionException.
__construct
in file field_not_found.php, method ezcInputFormFieldNotFoundException::__construct()
    Constructs a new ezcInputFormFieldNotFoundException.
__construct
in file input_form.php, method ezcInputForm::__construct()
    Constructs a new ezcInputForm for $inputSource with $definition.
__construct
in file input_variable_missing.php, method ezcInputFormVariableMissingException::__construct()
    Constructs a new ezcInputFormVariableMissingException.
__construct
in file definition_element.php, method ezcInputFormDefinitionElement::__construct()
    Constructs a definition item.

Letter 'd'

DEF_ELEMENT_NO_DEFINITION_ELEMENT
in file input_form.php, class constant ezcInputForm::DEF_ELEMENT_NO_DEFINITION_ELEMENT
DEF_EMPTY
in file input_form.php, class constant ezcInputForm::DEF_EMPTY
DEF_FIELD_NAME_BROKEN
in file input_form.php, class constant ezcInputForm::DEF_FIELD_NAME_BROKEN
DEF_NOT_REQUIRED_OR_OPTIONAL
in file input_form.php, class constant ezcInputForm::DEF_NOT_REQUIRED_OR_OPTIONAL
DEF_NO_ARRAY
in file input_form.php, class constant ezcInputForm::DEF_NO_ARRAY
DEF_UNSUPPORTED_FILTER
in file input_form.php, class constant ezcInputForm::DEF_UNSUPPORTED_FILTER
DEF_WRONG_FLAGS_TYPE
in file input_form.php, class constant ezcInputForm::DEF_WRONG_FLAGS_TYPE
definition_element.php
procedural page definition_element.php

Letter 'e'

ezcInputFilter
in file input_filter.php, class ezcInputFilter
    Provides a set of standard filters.
ezcInputForm
in file input_form.php, class ezcInputForm
    Provides access to form variables.
ezcInputFormDefinitionElement
in file definition_element.php, class ezcInputFormDefinitionElement
    This struct records information about Input Form definition elements.
ezcInputFormException
in file exception.php, class ezcInputFormException
    General exception container for the UserInput component.
ezcInputFormFieldNotFoundException
in file field_not_found.php, class ezcInputFormFieldNotFoundException
    Exception that is thrown when a specified field is not found
ezcInputFormInvalidDefinitionException
in file invalid_definition.php, class ezcInputFormInvalidDefinitionException
    Exception that is thrown when an invalid definition array is used.
ezcInputFormNoValidDataException
in file no_valid_data.php, class ezcInputFormNoValidDataException
    Exception that is thrown when an invalid field name is requested.
ezcInputFormUnknownFieldException
in file unknown_field.php, class ezcInputFormUnknownFieldException
    Exception that is thrown when a fieldname is used that was not defined in a definition array.
ezcInputFormValidDataAvailableException
in file valid_data_available.php, class ezcInputFormValidDataAvailableException
    Exception that is used when valid data is available and you try to access RAW data.
ezcInputFormVariableMissingException
in file input_variable_missing.php, class ezcInputFormVariableMissingException
    Exception that is thrown when a required input field is missing.
ezcInputFormWrongInputSourceException
in file wrong_input_source.php, class ezcInputFormWrongInputSourceException
    Exception that is thrown when an invalid input source is used.
exception.php
procedural page exception.php

Letter 'f'

$filterName
in file definition_element.php, variable ezcInputFormDefinitionElement::$filterName
    The name of the filter to use for this definition element.
$flags
in file definition_element.php, variable ezcInputFormDefinitionElement::$flags
    The extra flags to this filter.
field_not_found.php
procedural page field_not_found.php

Letter 'g'

getInvalidProperties
in file input_form.php, method ezcInputForm::getInvalidProperties()
    Returns a list with all properties having invalid data.
getOptionalProperties
in file input_form.php, method ezcInputForm::getOptionalProperties()
    Returns a list with all optional properties.
getRequiredProperties
in file input_form.php, method ezcInputForm::getRequiredProperties()
    Returns a list with all required properties.
getUnsafeRawData
in file input_form.php, method ezcInputForm::getUnsafeRawData()
    Returns RAW input variable values for invalid field $fieldName.
getValidProperties
in file input_form.php, method ezcInputForm::getValidProperties()
    Returns a list with all properties that have valid data.

Letter 'h'

$hint
in file definition_element.php, variable ezcInputFormDefinitionElement::$hint
    A short hint to be shown to the user about the constraint of an input element, e.g.
hasGetData
in file input_form.php, method ezcInputForm::hasGetData()
    Returns whether there is GET data available
hasInputField
in file input_form.php, method ezcInputForm::hasInputField()
    Returns whether the optional field $fieldName exists.
hasPostData
in file input_form.php, method ezcInputForm::hasPostData()
    Returns whether there is POST data available
hasValidData
in file input_form.php, method ezcInputForm::hasValidData()
    Returns whether the filters for required field $fieldName returned valid data.

Letter 'i'

INVALID
in file input_form.php, class constant ezcInputForm::INVALID
isValid
in file input_form.php, method ezcInputForm::isValid()
    Returns whether all the input elements were valid or not.
input_variable_missing.php
procedural page input_variable_missing.php
invalid_definition.php
procedural page invalid_definition.php
input_filter.php
procedural page input_filter.php
input_form.php
procedural page input_form.php

Letter 'n'

no_valid_data.php
procedural page no_valid_data.php

Letter 'o'

$options
in file definition_element.php, variable ezcInputFormDefinitionElement::$options
    The extra options to this filter.
OPTIONAL
in file definition_element.php, class constant ezcInputFormDefinitionElement::OPTIONAL

Letter 'p'

$propertyValues
in file input_form.php, variable ezcInputForm::$propertyValues
    Contains the values of the input variables. The key for each array element is the field name, and the value associated with this key is the property's value. This array does not have an entry for input fields that do not have valid data.

Letter 'r'

REQUIRED
in file definition_element.php, class constant ezcInputFormDefinitionElement::REQUIRED

Letter 't'

$type
in file definition_element.php, variable ezcInputFormDefinitionElement::$type
    Whether the field is optional or required. One of the self::OPTIONAL or self::REQUIRED constants.

Letter 'u'

urlFilter
in file input_filter.php, method ezcInputFilter::urlFilter()
    Receives a variable for filtering. The filter function is free to modify the variable and should return the modified variable.
unknown_field.php
procedural page unknown_field.php

Letter 'v'

valid_data_available.php
procedural page valid_data_available.php
VALID
in file input_form.php, class constant ezcInputForm::VALID
validateDefinition
in file input_form.php, method ezcInputForm::validateDefinition()
    Validates the definition array $definition.

Letter 'w'

wrong_input_source.php
procedural page wrong_input_source.php
Documentation generated by phpDocumentor 1.4.3