()
| 32 | } |
| 33 | |
| 34 | private static function uploadRoot(): string |
| 35 | { |
| 36 | if (class_exists('SourceContext')) { |
| 37 | return SourceContext::uploadRoot(); |
| 38 | } |
| 39 | return rtrim((string)UPLOAD_DIR, '/\\') . DIRECTORY_SEPARATOR; |
| 40 | } |
| 41 | |
| 42 | private static function metaRoot(): string |
| 43 | { |
no outgoing calls
no test coverage detected