Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. class emarket_custom extends def_module {
  2.     static $id = "1";
  3.  
  4.     function funcName () {
  5.         return $this->id; // return NULL, why?
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement