1 | <?php |
||
9 | final class RingCentralAdapter implements AdapterInterface |
||
10 | { |
||
11 | protected function __construct() |
||
14 | |||
15 | /** |
||
16 | * @inheritDoc |
||
17 | */ |
||
18 | public function createUri(string $uri = ''): UriInterface |
||
22 | |||
23 | /** |
||
24 | * @inheritDoc |
||
25 | */ |
||
26 | public static function factory(): UriFactoryInterface |
||
30 | |||
31 | /** |
||
32 | * @inheritDoc |
||
33 | */ |
||
34 | public static function isInstalled(): bool |
||
38 | } |
||
39 |