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