ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 ?>
getYouWereNotAuthenticated()
Get the your were not authenticated string.
getLogout()
Get logout string.
getServiceUnavailable()
Get the service unavailable string.
getAuthenticationWanted()
Get authentication wanted string.
getAuthenticationFailed()
Get authentication failed string.
getUsingServer()
Get the using server string.
Language Interface class for all internationalization files.
getShouldHaveBeenRedirected()
Get the should have been redirected string.