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?>
An exception for terminatinating execution or to throw for unit testing.
Language Interface class for all internationalization files.
getServiceUnavailable()
Get the service unavailable string.
getAuthenticationWanted()
Get authentication wanted string.
getUsingServer()
Get the using server string.
getYouWereNotAuthenticated()
Get the your were not authenticated string.
getAuthenticationFailed()
Get authentication failed string.
getShouldHaveBeenRedirected()
Get the should have been redirected string.
getLogout()
Get logout string.