Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class MyClass {
  2.  
  3. /***
  4. * @param paramIn
  5. * This function does nothing.
  6. */
  7. public static function MyFunction ($paramIn) {
  8. ...
  9. return $myString;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement