1 | <?php |
||
25 | class ModelFactory |
||
26 | { |
||
27 | |||
28 | /** |
||
29 | * @param string $model_name |
||
30 | * @return bool|EEM_Base |
||
31 | * @throws EE_Error |
||
32 | * @throws InvalidDataTypeException |
||
33 | * @throws InvalidInterfaceException |
||
34 | * @throws InvalidArgumentException |
||
35 | * @throws ReflectionException |
||
36 | */ |
||
37 | public static function getModel($model_name) |
||
41 | } |
||
42 |