MediaWiki master
SkinApi.php
Go to the documentation of this file.
1<?php
13namespace MediaWiki\Skin;
14
19class SkinApi extends SkinMustache {
25}
26
28class_alias( SkinApi::class, 'SkinApi' );
SkinTemplate class for API output.
Definition SkinApi.php:19
Generic template for use with Mustache templates.