PHP Class ModelHashingStub, model

Inheritance: extends Esensi\Model\Model
Datei anzeigen Open project: esensi/model Class Usage Examples

Protected Properties

Property Type Description
$hashable array The attributes to hash before saving.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$hashable protected_oe property

The attributes to hash before saving.
protected array $hashable
return array