MediaWiki master
SkinApi.php
Go to the documentation of this file.
1<?php
27namespace MediaWiki\Skin;
28
33class SkinApi extends SkinMustache {
39}
40
42class_alias( SkinApi::class, 'SkinApi' );
SkinTemplate class for API output.
Definition SkinApi.php:33
Generic template for use with Mustache templates.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...