Total Complexity | 4 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | abstract class Model extends AtkModel |
||
8 | { |
||
9 | /** |
||
10 | * Create atk4 model and assign default persistence |
||
11 | * |
||
12 | * @param array $defaults |
||
13 | * |
||
14 | * @return \Epesi\Core\Data\Model |
||
15 | */ |
||
16 | public static function create($defaults = []) |
||
21 | } |
||
22 | |||
23 | public static function migrate() |
||
26 | } |
||
27 | |||
28 | public function addCrits($crits = []) |
||
35 | } |
||
36 | } |