Row
Less than 1 minute
Row
class Row extends \Hazaar\Model\StructExtends: Hazaar\Model\Struct
Properties
changedProperties
private array $changedPropertiesType: array
Methods
construct
Row constructor.
protected construct(mixed $data, array $meta): voidReturns: void
Parameters
| Parameter | Type | Description |
|---|---|---|
$data | mixed | |
$meta | array |
constructed
Called after the row is constructed and properties are initialized.
protected constructed(): voidReturns: void
Sets up an event hook to track property changes.
destruct
Called when the row is destructed.
protected destruct(): voidReturns: void
Can be used to log or process changed properties before destruction.
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000