MediaWiki REL1_31
TestWiring2.php
Go to the documentation of this file.
1<?php
6return [
7 'Bar' => function () {
8 return 'Bar!';
9 },
10];