| 1 | <?php |
||
| 23 | class Row extends \Bluz\Db\Row |
||
| 24 | { |
||
| 25 | use Validator; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Before Insert/Update |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | protected function beforeInsert() |
||
| 41 | |||
| 42 | /** |
||
| 43 | * Before Update |
||
| 44 | * @return void |
||
| 45 | */ |
||
| 46 | protected function beforeUpdate() |
||
| 62 | |||
| 63 | /** |
||
| 64 | * isBasic |
||
| 65 | * |
||
| 66 | * @return boolean |
||
| 67 | */ |
||
| 68 | 1 | public function isBasic() |
|
| 72 | } |
||
| 73 |