Total Complexity | 3 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class ExternalURLFinder |
||
9 | { |
||
10 | /** |
||
11 | * finds an object with a matching URL. |
||
12 | * it assumes that links are stored as lower case URLs. |
||
13 | * without the final slash! |
||
14 | */ |
||
15 | public static function find(string $link, string $className, string $field, ?bool $removeFinalSlash = true): DataList |
||
41 |