[ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 <?php 2 3 namespace dokuwiki\Ui; 4 5 /** 6 * Class Ui 7 * 8 * Abstract base class for all DokuWiki screens 9 * 10 * @package dokuwiki\Ui 11 */ 12 abstract class Ui 13 { 14 /** 15 * Display the UI element 16 * 17 * @return void 18 */ 19 abstract public function show(); 20 21 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body