| Fully Qualified Name: | CodeIgniter\Encryption\Handlers\BaseHandler |
| Implements: | EncrypterInterface |
Base class for encryption handling
| Name | Description | Defined By |
|---|---|---|
| __construct() | Constructor | BaseHandler |
| __get() | __get() magic, providing readonly access to some of our properties | BaseHandler |
| __isset() | __isset() magic, providing checking for some of our properties | BaseHandler |
Constructor
| Parameter Name | Type | Description |
|---|---|---|
| $config | \BaseConfig |
Returns:
__get() magic, providing readonly access to some of our properties
| Parameter Name | Type | Description |
|---|---|---|
| $key | string | Property |
Returns: mixed
__isset() magic, providing checking for some of our properties
| Parameter Name | Type | Description |
|---|---|---|
| $key | string | Property |
Returns: bool