1 | <?php |
||
10 | final class LeagueUriAdapter implements AdapterInterface |
||
11 | { |
||
12 | /** |
||
13 | * @inheritDoc |
||
14 | */ |
||
15 | public function createUri(string $uri): UriInterface |
||
19 | |||
20 | /** |
||
21 | * @inheritDoc |
||
22 | */ |
||
23 | public static function factory(): UriFactoryInterface |
||
27 | |||
28 | /** |
||
29 | * @inheritDoc |
||
30 | */ |
||
31 | public static function isInstalled(): bool |
||
35 | } |
||
36 |