Guest User

Untitled

a guest
Jan 16th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. class EmptyPage extends Page
  4. {
  5.     public $__parentPage__ = "AdminPanel";
  6.  
  7.     public function getContent()
  8.     {
  9.     return "";
  10.     }
  11.  
  12.     public function help()
  13.     {
  14.     return "";
  15.     }
  16. }
Add Comment
Please, Sign In to add comment