1 | <?php |
||
11 | class ConstraintsServices { |
||
12 | |||
13 | private static function getService( MediaWikiServices $services = null, $name ) { |
||
19 | |||
20 | /** |
||
21 | * @param MediaWikiServices|null $services |
||
22 | * @return LoggingHelper |
||
23 | */ |
||
24 | public static function getLoggingHelper( MediaWikiServices $services = null ) { |
||
27 | |||
28 | } |
||
29 |