Class: SessionLanguageLink

Source Location: /CORE/system/classes/util/links/SessionLanguageLink.php

Class SessionLanguageLink

Class Overview

This class generates a Link to perform a Login (when submitting Login Formular Data).

Located in /CORE/system/classes/util/links/SessionLanguageLink.php [line 37]

CMSLink
   |
   --SessionLanguageLink
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: SessionLanguageLink.php,v 1.3 2007/03/05 00:07:50 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
SessionLanguageLink   SessionLanguageLink()  
void   setReturnToCommand()  
void   setSessionLanguage()   This Locale represents the new Session Language.

[ Top ]
Methods
Constructor SessionLanguageLink  [line 40]

  SessionLanguageLink SessionLanguageLink( [ $locale = null]  )

Parameters:
   $locale: 


[ Top ]
setReturnToCommand  [line 60]

  void setReturnToCommand( $cmd  )

Parameters:
   $cmd: 


[ Top ]
setSessionLanguage  [line 55]

  void setSessionLanguage( $locale  )

This Locale represents the new Session Language.

Parameters:
   $locale: 


[ Top ]