Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
ALLOW_EMPTY = 'allowEmpty'
Details BREAK_CHAIN = 'breakChainOnFailure'
Details DEFAULT_VALUE = 'default'
Details MESSAGES = 'messages'
Details ESCAPE_FILTER = 'escapeFilter'
Details FIELDS = 'fields'
Details FILTER = 'filter'
Details FILTER_CHAIN = 'filterChain'
Details MISSING_MESSAGE = 'missingMessage'
Details INPUT_NAMESPACE = 'inputNamespace'
Details VALIDATOR_NAMESPACE = 'validatorNamespace'
Details FILTER_NAMESPACE = 'filterNamespace'
Details NOT_EMPTY_MESSAGE = 'notEmptyMessage'
Details PRESENCE = 'presence'
Details PRESENCE_OPTIONAL = 'optional'
Details PRESENCE_REQUIRED = 'required'
Details RULE = 'rule'
Details RULE_WILDCARD = '*'
Details VALIDATE = 'validate'
Details VALIDATOR = 'validator'
Details VALIDATOR_CHAIN = 'validatorChain'
Details VALIDATOR_CHAIN_COUNT = 'validatorChainCount'
Detailsarray $_data = 'array'
DetailsZend_Filter_Interface $_defaultEscapeFilter = 'null'
Detailsarray $_defaults = 'array'
Detailsarray $_filterRules = 'array'
Detailsarray $_invalidErrors = 'array'
Detailsarray $_invalidMessages = 'array'
Detailsarray $_loaders = 'array'Plugin loaders
Detailsarray $_missingFields = 'array'
Detailsboolean $_processed = 'false'
DetailsZend_Translate $_translator = ''Translation object
DetailsBoolean $_translatorDisabled = 'false'Is translation disabled?
Detailsarray $_unknownFields = 'array'
Detailsarray $_validFields = 'array'
Detailsarray $_validatorRules = 'array'
Details__construct(
array $filterRules, array $validatorRules, array $data
=
null, array $options
=
null
)
:
Details__get(
string $fieldName
)
:
mixed
Details__isset(
string $fieldName
)
:
boolean
Details_escapeRecursive(
$data
)
:
mixed
Details_filter(
)
:
void
Details_filterRule(
array $filterRule
)
:
void
Details_getDefaultEscapeFilter(
)
:
Zend_Filter_Interface
Details_getFilter(
mixed $classBaseName
)
:
Zend_Filter_Interface
Details_getFilterOrValidator(
string $type, mixed $classBaseName
)
:
Zend_Filter_Interface|Zend_Validate_Interface
Details_getMissingMessage(
string $rule, string $field
)
:
string
Details_getNotEmptyMessage(
$rule, $field
)
:
string
Details_getValidator(
mixed $classBaseName
)
:
Zend_Validate_Interface
Details_process(
)
:
void
Details_validate(
)
:
void
Details_validateRule(
array $validatorRule
)
:
void
DetailsaddFilterPrefixPath(
string $prefix, string $path
)
:
Zend_Filter_InputAdd prefix path for all elements
DetailsaddNamespace(
mixed $namespaces
)
:
Zend_Filter_Input
DetailsaddValidatorPrefixPath(
string $prefix, string $path
)
:
Zend_Filter_InputAdd prefix path for all elements
DetailsgetErrors(
)
:
array
DetailsgetEscaped(
string $fieldName
=
null
)
:
mixed
DetailsgetInvalid(
)
:
array
DetailsgetMessages(
)
:
array
DetailsgetMissing(
)
:
array
DetailsgetPluginLoader(
string $type
)
:
Zend_Loader_PluginLoader_InterfaceRetrieve plugin loader for given type
$type may be one of: - filter - validator
If a plugin loader does not exist for the given type, defaults are created.
DetailsgetTranslator(
)
:
Zend_Translate_Adapter|nullReturn translation object
DetailsgetUnescaped(
string $fieldName
=
null
)
:
mixed
DetailsgetUnknown(
)
:
array
DetailshasInvalid(
)
:
boolean
DetailshasMissing(
)
:
boolean
DetailshasUnknown(
)
:
boolean
DetailshasValid(
)
:
boolean
DetailsisValid(
string $fieldName
=
null
)
:
boolean
DetailssetData(
array $data
)
:
Zend_Filter_Input
DetailssetDefaultEscapeFilter(
mixed $escapeFilter
)
:
Zend_Filter_Interface
DetailssetDisableTranslator(
bool $flag
)
:
Zend_Filter_InputIndicate whether or not translation should be disabled
DetailssetOptions(
array $options
)
:
Zend_Filter_Input
DetailssetPluginLoader(
Zend_Loader_PluginLoader_Interface $loader, string $type
)
:
Zend_Filter_InputSet plugin loaders for use with decorators and elements
DetailssetTranslator(
Zend_Translate|Zend_Translate_Adapter|null $translator
=
null
)
:
Zend_Filter_InputSet translation object
DetailstranslatorIsDisabled(
)
:
boolIs translation disabled?
Details