| Total Complexity | 6 |
| Total Lines | 48 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | class ModelParams |
||
| 26 | { |
||
| 27 | 21 | public static function getType($type) |
|
| 43 | } |
||
| 44 | |||
| 45 | /** |
||
| 46 | * Getting string pattern |
||
| 47 | * |
||
| 48 | * @return string |
||
| 49 | */ |
||
| 50 | 21 | protected static function getStringPattern() |
|
| 59 | } |
||
| 60 | |||
| 61 | /** |
||
| 62 | * Getting float pattern |
||
| 63 | * |
||
| 64 | * @return string |
||
| 65 | */ |
||
| 66 | 21 | protected static function getFloatPattern() |
|
| 75 |