Advertisement
fruffl

find X

Jan 22nd, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.         protected static function test(array $__parameters = [])
  2.         {
  3.             // redirect
  4.             if(TRUE === static::X_exists(__FUNCTION__))
  5.                 return static::X_emit(__FUNCTION__, $__parameters);
  6.  
  7.             // code of method ...
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement