| 1 | <?php |
||
| 19 | class SpecialMapEditor extends SpecialPage { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @see SpecialPage::__construct |
||
| 23 | * |
||
| 24 | * @since 2.0 |
||
| 25 | */ |
||
| 26 | public function __construct() { |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @see SpecialPage::execute |
||
| 32 | * |
||
| 33 | * @since 2.0 |
||
| 34 | * |
||
| 35 | * @param null|string $subPage |
||
| 36 | */ |
||
| 37 | public function execute( $subPage ) { |
||
| 54 | |||
| 55 | /** |
||
| 56 | * @since 2.1 |
||
| 57 | * |
||
| 58 | * @return array |
||
| 59 | */ |
||
| 60 | protected function getAttribs() { |
||
| 66 | |||
| 67 | protected function getGroupName() { |
||
| 70 | } |
||
| 71 |