Guest User

Untitled

a guest
Nov 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * This is the description for the class below.
  5. *
  6. * @author my-name
  7. * @version my-version
  8. * ...
  9. */
  10.  
  11. class Name
  12. {
  13.  
  14. public $tester;
  15.  
  16. public function __construct()
  17. {
  18.  
  19. }
  20.  
  21.  
  22. }
  23.  
  24. ?>
Add Comment
Please, Sign In to add comment