Path

ez components / documentation / api reference / 2007.2.1 / user


eZ Components 2007.2.1

UserInput

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Element index for package UserInput

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

_

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

a

VALID : ezcInputForm
in file input_form.php, class constant ezcInputForm::VALID

d

definition_element.php
procedural page definition_element.php

e

DEF_ELEMENT_NO_DEFINITION_ELEMENT : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_ELEMENT_NO_DEFINITION_ELEMENT
DEF_EMPTY : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_EMPTY
DEF_FIELD_NAME_BROKEN : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_FIELD_NAME_BROKEN
DEF_NOT_REQUIRED_OR_OPTIONAL : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_NOT_REQUIRED_OR_OPTIONAL
DEF_NO_ARRAY : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_NO_ARRAY
DEF_UNSUPPORTED_FILTER : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_UNSUPPORTED_FILTER
DEF_WRONG_FLAGS_TYPE : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_WRONG_FLAGS_TYPE
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.
REQUIRED : ezcInputFormDefinitionElement
in file definition_element.php, class constant ezcInputFormDefinitionElement::REQUIRED
exception.php
procedural page exception.php

f

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

g

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

h

$hint : ezcInputFormDefinitionElement
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 : ezcInputForm
in file input_form.php, method ezcInputForm::hasGetData()
    Returns whether there is GET data available
hasInputField : ezcInputForm
in file input_form.php, method ezcInputForm::hasInputField()
    Returns whether the optional field $fieldName exists.
hasPostData : ezcInputForm
in file input_form.php, method ezcInputForm::hasPostData()
    Returns whether there is POST data available
hasValidData : ezcInputForm
in file input_form.php, method ezcInputForm::hasValidData()
    Returns whether the filters for required field $fieldName returned valid data.

i

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

n

INVALID : ezcInputForm
in file input_form.php, class constant ezcInputForm::INVALID
no_valid_data.php
procedural page no_valid_data.php

o

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

p

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

t

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

u

urlFilter : ezcInputFilter
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

v

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

w

wrong_input_source.php
procedural page wrong_input_source.php
Last updated: Thu, 31 Jan 2008