| 1 | <?php |
||
| 7 | class Nibii |
||
| 8 | { |
||
| 9 | public static function load($path) |
||
| 13 | |||
| 14 | 4 | public static function joinModels($classA, $classB) |
|
| 18 | |||
| 19 | 4 | public static function getModelTable($instance) |
|
| 23 | 4 | ||
| 24 | 4 | public static function getClassName($model, $context = null) |
|
| 28 | |||
| 29 | 4 | public static function getModelName($class) |
|
| 33 | } |
||
| 34 |
Our type inference engine in quite powerful, but sometimes the code does not provide enough clues to go by. In these cases we request you to add a
@returnannotation as described here.