iAuthenticate.php 206 B

12345678910
  1. <?php
  2. /**
  3. * Interface iAuthenticate only exists for compatibility mode for Restler 2 and below, it should
  4. * not be used otherwise.
  5. */
  6. interface iAuthenticate
  7. {
  8. public function __isAuthenticated();
  9. }