Zend Framework  2.4
Csrf Member List

This is the complete list of members for Csrf, including all inherited members.

$abstractOptionsAbstractValidatorprotected
$defaultTranslatorAbstractValidatorprotectedstatic
$defaultTranslatorTextDomainAbstractValidatorprotectedstatic
$hashCsrfprotected
$hashCacheCsrfprotectedstatic
$messageLengthAbstractValidatorprotectedstatic
$messageTemplatesCsrfprotected
$nameCsrfprotected
$saltCsrfprotected
$sessionCsrfprotected
$timeoutCsrfprotected
$valueAbstractValidatorprotected
__construct($options=array())Csrf
__get($property)AbstractValidator
__invoke($value)AbstractValidator
createMessage($messageKey, $value)AbstractValidatorprotected
error($messageKey, $value=null)AbstractValidatorprotected
formatHash($token, $tokenId)Csrfprotected
generateHash()Csrfprotected
generateTokenId()Csrfprotected
getDefaultTranslator()AbstractValidatorstatic
getDefaultTranslatorTextDomain()AbstractValidatorstatic
getHash($regenerate=false)Csrf
getMessageLength()AbstractValidatorstatic
getMessages()AbstractValidator
getMessageTemplates()AbstractValidator
getMessageVariables()AbstractValidator
getName()Csrf
getOption($option)AbstractValidator
getOptions()AbstractValidator
getSalt()Csrf
getSession()Csrf
getSessionName()Csrf
getTimeout()Csrf
getTokenFromHash($hash)Csrfprotected
getTokenIdFromHash($hash)Csrfprotected
getTranslator()AbstractValidator
getTranslatorTextDomain()AbstractValidator
getValidationToken($tokenId=null)Csrfprotected
getValue()AbstractValidatorprotected
hasDefaultTranslator()AbstractValidatorstatic
hasTranslator()AbstractValidator
initCsrfToken()Csrfprotected
isTranslatorEnabled()AbstractValidator
isValid($value, $context=null)Csrf
Zend::Validator::AbstractValidator::isValid($value)ValidatorInterface
isValueObscured()AbstractValidator
NOT_SAMECsrf
setDefaultTranslator(Translator\TranslatorInterface $translator=null, $textDomain=null)AbstractValidatorstatic
setDefaultTranslatorTextDomain($textDomain= 'default')AbstractValidatorstatic
setMessage($messageString, $messageKey=null)AbstractValidator
setMessageLength($length=-1)AbstractValidatorstatic
setMessages(array $messages)AbstractValidator
setName($name)Csrf
setOptions($options=array())AbstractValidator
setSalt($salt)Csrf
setSession(SessionContainer $session)Csrf
setTimeout($ttl)Csrf
setTranslator(Translator\TranslatorInterface $translator=null, $textDomain=null)AbstractValidator
Zend::Validator::Translator::TranslatorAwareInterface::setTranslator(TranslatorInterface $translator=null, $textDomain=null)TranslatorAwareInterface
setTranslatorEnabled($flag=true)AbstractValidator
setTranslatorTextDomain($textDomain= 'default')AbstractValidator
setValue($value)AbstractValidatorprotected
setValueObscured($flag)AbstractValidator
translateMessage($messageKey, $message)AbstractValidatorprotected