phpCAS  version 1.4.0
LanguageInterface.php
Go to the documentation of this file.
1 <?php
2 
45 {
51  public function getUsingServer();
52 
58  public function getAuthenticationWanted();
59 
65  public function getLogout();
66 
72  public function getShouldHaveBeenRedirected();
73 
79  public function getAuthenticationFailed();
80 
86  public function getYouWereNotAuthenticated();
87 
93  public function getServiceUnavailable();
94 
95 }
96 ?>