ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
CAS_Languages_English Class Reference

English language class. More...

+ Inheritance diagram for CAS_Languages_English:
+ Collaboration diagram for CAS_Languages_English:

Public Member Functions

 getUsingServer ()
 Get the using server string. More...
 
 getAuthenticationWanted ()
 Get authentication wanted string. More...
 
 getLogout ()
 Get logout string. More...
 
 getShouldHaveBeenRedirected ()
 Get the should have been redirected string. More...
 
 getAuthenticationFailed ()
 Get authentication failed string. More...
 
 getYouWereNotAuthenticated ()
 Get the your were not authenticated string. More...
 
 getServiceUnavailable ()
 Get the service unavailable string. More...
 
- Public Member Functions inherited from CAS_Languages_LanguageInterface
 getUsingServer ()
 Get the using server string. More...
 
 getAuthenticationWanted ()
 Get authentication wanted string. More...
 
 getLogout ()
 Get logout string. More...
 
 getShouldHaveBeenRedirected ()
 Get the should have been redirected string. More...
 
 getAuthenticationFailed ()
 Get authentication failed string. More...
 
 getYouWereNotAuthenticated ()
 Get the your were not authenticated string. More...
 
 getServiceUnavailable ()
 Get the service unavailable string. More...
 

Detailed Description

English language class.

Definition at line 43 of file English.php.

Member Function Documentation

◆ getAuthenticationFailed()

CAS_Languages_English::getAuthenticationFailed ( )

Get authentication failed string.

Returns
string authentication failed

Definition at line 90 of file English.php.

91  {
92  return 'CAS Authentication failed!';
93  }

◆ getAuthenticationWanted()

CAS_Languages_English::getAuthenticationWanted ( )

Get authentication wanted string.

Returns
string authentication wanted

Definition at line 60 of file English.php.

61  {
62  return 'CAS Authentication wanted!';
63  }

◆ getLogout()

CAS_Languages_English::getLogout ( )

Get logout string.

Returns
string logout

Definition at line 70 of file English.php.

71  {
72  return 'CAS logout wanted!';
73  }

◆ getServiceUnavailable()

CAS_Languages_English::getServiceUnavailable ( )

Get the service unavailable string.

Returns
string service unavailable

Definition at line 110 of file English.php.

111  {
112  return 'The service `<b>%s</b>\' is not available (<b>%s</b>).';
113  }

◆ getShouldHaveBeenRedirected()

CAS_Languages_English::getShouldHaveBeenRedirected ( )

Get the should have been redirected string.

Returns
string should habe been redirected

Definition at line 80 of file English.php.

81  {
82  return 'You should already have been redirected to the CAS server. Click <a href="%s">here</a> to continue.';
83  }

◆ getUsingServer()

CAS_Languages_English::getUsingServer ( )

Get the using server string.

Returns
string using server

Definition at line 50 of file English.php.

51  {
52  return 'using server';
53  }

◆ getYouWereNotAuthenticated()

CAS_Languages_English::getYouWereNotAuthenticated ( )

Get the your were not authenticated string.

Returns
string not authenticated

Definition at line 100 of file English.php.

101  {
102  return '<p>You were not authenticated.</p><p>You may submit your request again by clicking <a href="%s">here</a>.</p><p>If the problem persists, you may contact <a href="mailto:%s">the administrator of this site</a>.</p>';
103  }

The documentation for this class was generated from the following file: