Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. /**
  2. * Trigger Role on User from Configuration.
  3. *
  4. * @example "RoleManager.usage.example.php" Test Example
  5. */
  6. public function process() { /* ... */ }
  7.  
  8. Tags
  9. example Test Example
  10.  
  11. /**
  12. * Test Doc
  13. *
  14. * <code>
  15. * <?php
  16. * $array = array(
  17. * 1 => 'one',
  18. * 2 => 'two',
  19. * );
  20. * print_r($array);
  21. * ?>
  22. * </code>
  23. */
  24.  
  25. <p><code>
  26. <?php
  27. $array = array(</p>
  28. <pre><code>1 => 'one',
  29. 2 => 'two',</code></pre>
  30. <p>);
  31. print_r($array);
  32. ?>
  33. </code></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement