1 | <?php |
||
21 | class Row extends \Bluz\Db\Row |
||
22 | { |
||
23 | use Validator; |
||
24 | |||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | * |
||
28 | * @throws \Bluz\Validator\Exception\ComponentException |
||
29 | */ |
||
30 | protected function beforeInsert(): void |
||
42 | |||
43 | /** |
||
44 | * {@inheritdoc} |
||
45 | * |
||
46 | * @throws \Bluz\Validator\Exception\ComponentException |
||
47 | */ |
||
48 | protected function beforeUpdate(): void |
||
72 | |||
73 | /** |
||
74 | * isBasic |
||
75 | * |
||
76 | * @return boolean |
||
77 | */ |
||
78 | 1 | public function isBasic(): bool |
|
82 | } |
||
83 |