Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- namespace plugins\MY_PLUGIN;
- uses core\view\widget;
- class ServerInfoView extends widget_view
- {
- function __construct()
- {
- $this->setUserHideable();
- }
- function display()
- {
- $this->sendToAll(
- 'xml shit z.B. oder objekte'
- );
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement