PHP Class ModelEncryptingStub, model

Inheritance: extends Esensi\Model\Model
Mostrar archivo Open project: esensi/model Class Usage Examples

Protected Properties

Property Type Description
$encryptable array The attributes to encrypt when set and decrypt when gotten.

Public Methods

Method Description
__construct ( ) : ModelEncryptingStub Create a new model instance.

Method Details

__construct() public method

Create a new model instance.
public __construct ( ) : ModelEncryptingStub
return ModelEncryptingStub

Property Details

$encryptable protected_oe property

The attributes to encrypt when set and decrypt when gotten.
protected array $encryptable
return array