Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
Navigator
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
 _unimplemented
n/a
0 / 0
n/a
0 / 0
0
1<?php
2
3// AUTOMATICALLY GENERATED.  DO NOT EDIT.
4// Use `composer build` to regenerate.
5
6namespace Wikimedia\IDLeDOM\Stub;
7
8use Exception;
9
10trait Navigator {
11    // use \Wikimedia\IDLeDOM\Stub\NavigatorCookies;
12    // use \Wikimedia\IDLeDOM\Stub\NavigatorID;
13    // use \Wikimedia\IDLeDOM\Stub\NavigatorLanguage;
14    // use \Wikimedia\IDLeDOM\Stub\NavigatorOnLine;
15
16    // Underscore is used to avoid conflicts with DOM-reserved names
17    // phpcs:disable PSR2.Methods.MethodDeclaration.Underscore
18    // phpcs:disable MediaWiki.NamingConventions.LowerCamelFunctionsName.FunctionName
19
20    /**
21     * @return Exception
22     */
23    abstract protected function _unimplemented(): Exception;
24
25    // phpcs:enable
26
27}