| Total Complexity | 6 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class SystemHelper extends Helper |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Get the minimum value between post_max_size and upload_max_filesize. |
||
| 17 | * |
||
| 18 | * @return int |
||
| 19 | */ |
||
| 20 | public function getMaxFileSize(): int |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Return false when API version is less than required, true otherwise. |
||
| 30 | * |
||
| 31 | * @return bool |
||
| 32 | */ |
||
| 33 | public function checkBeditaApiVersion(): bool |
||
| 52 |