Class LastEditedItemsPortlet

Description

Shows a configurable amount of Items that were last edited in the System.

The default CSS class is "lastEditedItemsPortlet".

  • author: Kevin Papst
  • version: $Id: LastEditedItemsPortlet.php,v 1.7 2008/01/29 23:17:06 kpapst Exp $
  • copyright: Copyright (C) Kevin Papst
  • license: GNU Public License
Portlet
   |
   --TranslatedPortlet
      |
      --LastEditedItemsPortlet
Method Summary
LastEditedItemsPortlet LastEditedItemsPortlet ()
void getAmount ()
void getCSS ()
void getHtml ()
void getIdentifier ()
void getLanguageID ()
void getParameterType ( $key)
void getTitle ()
void needsJavascript ()
void setAmount ([ $amount = ''])
void setCSS ([ $css = ''])
void setLanguageID ([ $id = ''])
void setTitle ( $title)
Methods
Constructor LastEditedItemsPortlet (line 61)
LastEditedItemsPortlet LastEditedItemsPortlet ()
getAmount (line 169)
void getAmount ()
getCSS (line 136)
void getCSS ()
getHtml (line 109)
void getHtml ()

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

Redefinition of:
Portlet::getIdentifier()
Get the Identifier for this Portlet.
getLanguageID (line 155)
void getLanguageID ()
getParameterType (line 76)
void getParameterType ( $key)
  • $key

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

Returns the Title of this Portlet.

void getTitle ()

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

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

Sets the amount of Items that will be displayed.

void setAmount ([ $amount = ''])
  • $amount
setCSS (line 143)

Set the CSS Class for the Item List.

void setCSS ([ $css = ''])
  • $css
setLanguageID (line 151)

Sets the Language for the Tree to be fetched.

If none (empty String) is passed, it uses the current Menu Language ID.

void setLanguageID ([ $id = ''])
  • $id
setTitle (line 94)

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