mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
10 lines
375 B
PHP
10 lines
375 B
PHP
<?php
|
|
|
|
namespace SYSTEM\SAI;
|
|
|
|
class saimod_dasense_api_reference extends \SYSTEM\SAI\SaiModule {
|
|
public static function html_js(){ return '';}
|
|
public static function html_css(){return '';}
|
|
public static function html_content(){return 'API Reference';}
|
|
public static function html_li_menu(){return '<li><a href="#" id="apireference">API Reference</a></li>';}
|
|
} |