Zend Framework
1.12
|
Public Member Functions | |
__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. | |
Protected Attributes | |
$_adapter | |
Encryption adapter. | |
__construct | ( | $options = null | ) |
Class constructor.
string | array | $options | (Optional) Options to set, if null mcrypt is used |
__call | ( | $method, | |
$options | |||
) |
Calls adapter methods.
string | $method | Method to call |
string | array | $options | Options for this method |
filter | ( | $value | ) |
Defined by Zend_Filter_Interface.
Encrypts the content $value with the defined settings
string | $value | Content to encrypt |
Implements Zend_Filter_Interface.
getAdapter | ( | ) |
Returns the name of the set adapter.
setAdapter | ( | $options = null | ) |
Sets new encryption options.
string | array | $options | (Optional) Encryption options |
|
protected |
Encryption adapter.