PHP Class ModelEncryptingStub, model

Inheritance: extends Esensi\Model\Model
Afficher le fichier Open project: esensi/model Class Usage Examples

Protected Properties

Свойство Type Description
$encryptable array The attributes to encrypt when set and decrypt when gotten.

Méthodes publiques

Méthode Description
__construct ( ) : ModelEncryptingStub Create a new model instance.

Method Details

__construct() public méthode

Create a new model instance.
public __construct ( ) : ModelEncryptingStub
Résultat ModelEncryptingStub

Property Details

$encryptable protected_oe property

The attributes to encrypt when set and decrypt when gotten.
protected array $encryptable
Résultat array