MediaWiki master
SkinApi.php
Go to the documentation of this file.
1<?php
31class SkinApi extends SkinMustache {
32 public $skinname = 'apioutput';
38}
SkinTemplate class for API output.
Definition SkinApi.php:31
Generic template for use with Mustache templates.