| 1 | <?php |
||
| 24 | class Row extends \Bluz\Db\Row |
||
| 25 | { |
||
| 26 | use Validator; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Before Insert/Update |
||
| 30 | * |
||
| 31 | * @return void |
||
| 32 | */ |
||
| 33 | protected function beforeInsert() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * Before Update |
||
| 48 | * |
||
| 49 | * @return void |
||
| 50 | */ |
||
| 51 | protected function beforeUpdate() |
||
| 73 | |||
| 74 | /** |
||
| 75 | * isBasic |
||
| 76 | * |
||
| 77 | * @return boolean |
||
| 78 | */ |
||
| 79 | 1 | public function isBasic() |
|
| 83 | } |
||
| 84 |