BaseHandler
in package
implements
EncrypterInterface
AbstractYes
Base class for encryption handling
Table of Contents
Interfaces
- EncrypterInterface
- CodeIgniter Encryption Handler
Methods
- __construct() : mixed
- Constructor
- __get() : array<string|int, mixed>|bool|int|string|null
- __get() magic, providing readonly access to some of our properties
- __isset() : bool
- __isset() magic, providing checking for some of our properties
- substr() : string
- Byte-safe substr()
Methods
__construct()
Constructor
public
__construct([Encryption|null $config = null ]) : mixed
Parameters
- $config : Encryption|null = null
__get()
__get() magic, providing readonly access to some of our properties
public
__get(string $key) : array<string|int, mixed>|bool|int|string|null
Parameters
- $key : string
-
Property name
Return values
array<string|int, mixed>|bool|int|string|null__isset()
__isset() magic, providing checking for some of our properties
public
__isset(string $key) : bool
Parameters
- $key : string
-
Property name
Return values
boolsubstr()
Byte-safe substr()
protected
static substr(string $str, int $start[, int $length = null ]) : string
Parameters
- $str : string
- $start : int
- $length : int = null