Guest User

Untitled

a guest
Apr 17th, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. namespace Jacwright\RestServer;
  4.  
  5. interface AuthServer
  6. {
  7. public function isAuthorized($classObj);
  8.  
  9. public function unauthorized($classObj);
  10. }
  11.  
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment