| 1 | <?php |
||
| 20 | class Row extends \Bluz\Db\Row |
||
| 21 | { |
||
| 22 | use Validator; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Before Insert/Update |
||
| 26 | * @return void |
||
| 27 | */ |
||
| 28 | protected function beforeInsert() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Before Update |
||
| 41 | * @return void |
||
| 42 | */ |
||
| 43 | protected function beforeUpdate() |
||
| 59 | |||
| 60 | /** |
||
| 61 | * isBasic |
||
| 62 | * |
||
| 63 | * @return boolean |
||
| 64 | */ |
||
| 65 | 1 | public function isBasic() |
|
| 69 | } |
||
| 70 |