PHP Class ModelHashingStub, model

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

Protected Properties

Свойство Type Description
$hashable array The attributes to hash before saving.

Méthodes publiques

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

Method Details

__construct() public méthode

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

Property Details

$hashable protected_oe property

The attributes to hash before saving.
protected array $hashable
Résultat array