Class: LoginMaskPortlet

Source Location: /CORE/system/classes/portlets/LoginMaskPortlet.php

Class LoginMaskPortlet

Class Overview

This portlets shows a Login Form.

It uses the Public Directory

  1. $GLOBALS['_BIGACE']['DIR']['public'].'system/images/'
by default. It will only be displayed if the current User is not logged in!

Located in /CORE/system/classes/portlets/LoginMaskPortlet.php [line 46]

Portlet
   |
   --TranslatedPortlet
      |
      --LoginMaskPortlet
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: LoginMaskPortlet.php,v 1.5 2007/04/23 13:03:12 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From TranslatedPortlet

TranslatedPortlet::getParameterName()
TranslatedPortlet::getTranslation()
Gets the Translation fo the given key.
TranslatedPortlet::loadBundle()
Loads the given ResourceBundle for this Portlet.

Inherited From Portlet

Portlet::Portlet()
Portlet::displayPortlet()
OPTIONAL TO BE OVERWRITEN!
Return if this Portlet should be displayed or not.
Portlet::getAllParameter()
Gets all configured Portlet Parameter.
Portlet::getHtml()
REQIURED TO BE OVERWRITEN!
Return the HTML snippet that this Portlet represents.
Portlet::getIdentifier()
Get the Identifier for this Portlet.
Portlet::getJavascript()
OPTIONAL TO BE OVERWRITEN!
Overwrite if your Portlet needs a Javascript snippet to work.
Portlet::getParameter()
Gets a Portlet Parameter.
Portlet::getParameterName()
Returns the Name of the given Parameter.
Portlet::getParameterType()
REQIURED TO BE OVERWRITEN!
Returns the PortletType for the given Key.
Portlet::getTitle()
REQIURED TO BE OVERWRITEN!
Return the Title for this Portlet.
Portlet::needsJavascript()
OPTIONAL TO BE OVERWRITEN!
This method defines if the Portlet needs a Javascript block to work.
Portlet::setParameter()
Sets a Portlet Parameter.

[ Top ]
Method Summary
LoginMaskPortlet   LoginMaskPortlet()  
void   displayPortlet()  
void   getHtml()  
void   getIdentifier()  
void   getJavascript()  
void   getParameterType()  
void   getTitle()   Returns the Title of this Portlet.
void   needsJavascript()  
void   setImageDirectory()   Sets the Directory where the Images are located.
void   setTitle()   Set the Title of this Portlet.

[ Top ]
Methods
Constructor LoginMaskPortlet  [line 53]

  LoginMaskPortlet LoginMaskPortlet( )



[ Top ]
displayPortlet  [line 148]

  void displayPortlet( )



Redefinition of:
Portlet::displayPortlet()
OPTIONAL TO BE OVERWRITEN!
Return if this Portlet should be displayed or not.

[ Top ]
getHtml  [line 96]

  void getHtml( )



Redefinition of:
Portlet::getHtml()
REQIURED TO BE OVERWRITEN!
Return the HTML snippet that this Portlet represents.

[ Top ]
getIdentifier  [line 70]

  void getIdentifier( )



Redefinition of:
Portlet::getIdentifier()
Get the Identifier for this Portlet.

[ Top ]
getJavascript  [line 123]

  void getJavascript( )



Redefinition of:
Portlet::getJavascript()
OPTIONAL TO BE OVERWRITEN!
Overwrite if your Portlet needs a Javascript snippet to work.

[ Top ]
getParameterType  [line 88]

  void getParameterType( $key  )

Parameters:
   $key: 


Redefinition of:
Portlet::getParameterType()
REQIURED TO BE OVERWRITEN!
Returns the PortletType for the given Key.

[ Top ]
getTitle  [line 84]

  void getTitle( )

Returns the Title of this Portlet.



Redefinition of:
Portlet::getTitle()
REQIURED TO BE OVERWRITEN!
Return the Title for this Portlet.

[ Top ]
needsJavascript  [line 119]

  void needsJavascript( )



Redefinition of:
Portlet::needsJavascript()
OPTIONAL TO BE OVERWRITEN!
This method defines if the Portlet needs a Javascript block to work.

[ Top ]
setImageDirectory  [line 65]

  void setImageDirectory( $pubDir  )

Sets the Directory where the Images are located.

Parameters:
   $pubDir: 


[ Top ]
setTitle  [line 77]

  void setTitle( $title  )

Set the Title of this Portlet.

Parameters:
   $title: 


[ Top ]