Class LoginMaskPortlet

Description

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!

  • author: Kevin Papst
  • version: $Id: LoginMaskPortlet.php,v 1.5 2007/04/23 13:03:12 kpapst Exp $
  • copyright: Copyright (C) Kevin Papst
  • license: GNU Public License
Portlet
   |
   --TranslatedPortlet
      |
      --LoginMaskPortlet
Method Summary
LoginMaskPortlet LoginMaskPortlet ()
void displayPortlet ()
void getHtml ()
void getIdentifier ()
void getJavascript ()
void getParameterType ( $key)
void getTitle ()
void needsJavascript ()
void setImageDirectory ( $pubDir)
void setTitle ( $title)
Methods
Constructor LoginMaskPortlet (line 53)
LoginMaskPortlet LoginMaskPortlet ()
displayPortlet (line 148)
void displayPortlet ()

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

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

Redefinition of:
Portlet::getIdentifier()
Get the Identifier for this Portlet.
getJavascript (line 123)
void getJavascript ()

Redefinition of:
Portlet::getJavascript()
OPTIONAL TO BE OVERWRITEN!
Overwrite if your Portlet needs a Javascript snippet to work.
getParameterType (line 88)
void getParameterType ( $key)
  • $key

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

Returns the Title of this Portlet.

void getTitle ()

Redefinition of:
Portlet::getTitle()
REQIURED TO BE OVERWRITEN!
Return the Title for this Portlet.
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.
setImageDirectory (line 65)

Sets the Directory where the Images are located.

void setImageDirectory ( $pubDir)
  • $pubDir
setTitle (line 77)

Set the Title of this Portlet.

void setTitle ( $title)
  • $title

Inherited Methods

Inherited From TranslatedPortlet

TranslatedPortlet::getParameterName()
TranslatedPortlet::getTranslation()
TranslatedPortlet::loadBundle()

Inherited From Portlet

Portlet::Portlet()
Portlet::displayPortlet()
Portlet::getAllParameter()
Portlet::getHtml()
Portlet::getIdentifier()
Portlet::getJavascript()
Portlet::getParameter()
Portlet::getParameterName()
Portlet::getParameterType()
Portlet::getTitle()
Portlet::needsJavascript()
Portlet::setParameter()

Documentation generated by phpDocumentor 1.4.0