Guest User

Untitled

a guest
Jun 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <span class="reserved">function</span>, <span class="reserved"></span>
  2.  
  3. .reserved{
  4. color: #ff0000;
  5. }
  6.  
  7. /**
  8. * Some class
  9. *
  10. * @property-read $foo
  11. */
  12. class Test
  13. {
  14. private $foo;
  15.  
  16. public function __construct()
  17. {
  18. }
  19. }
Add Comment
Please, Sign In to add comment