Zend Framework  1.12
Public Member Functions | List of all members
Zend_Filter_Decrypt Class Reference

Public Member Functions

 filter ($value)
 Defined by Zend_Filter_Interface.
 
- Public Member Functions inherited from Zend_Filter_Encrypt
 __construct ($options=null)
 Class constructor.
 
 getAdapter ()
 Returns the name of the set adapter.
 
 setAdapter ($options=null)
 Sets new encryption options.
 
 __call ($method, $options)
 Calls adapter methods.
 
 filter ($value)
 Defined by Zend_Filter_Interface.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Filter_Encrypt
 $_adapter
 Encryption adapter.
 

Member Function Documentation

filter (   $value)

Defined by Zend_Filter_Interface.

Decrypts the content $value with the defined settings

Parameters
string$valueContent to decrypt
Returns
string The decrypted content

Implements Zend_Filter_Interface.