Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | abstract class ObjectModuleAbstract extends Properties |
||
15 | { |
||
16 | /** |
||
17 | * Get all the available variables you can set |
||
18 | * |
||
19 | * @return array |
||
20 | */ |
||
21 | public function getVars() |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Get array representation of object |
||
28 | * |
||
29 | * @return array |
||
30 | */ |
||
31 | public function toArray() |
||
36 |