Class: LastEditedItemsPortlet

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

Class LastEditedItemsPortlet

Class Overview

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

The default CSS class is "lastEditedItemsPortlet".

Located in /CORE/system/classes/portlets/LastEditedItemsPortlet.php [line 62]

Portlet
   |
   --TranslatedPortlet
      |
      --LastEditedItemsPortlet
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: LastEditedItemsPortlet.php,v 1.11 2009/03/17 00:55:04 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
LastEditedItemsPortlet   LastEditedItemsPortlet()  
void   getAmount()  
void   getCSS()  
void   getHtml()  
void   getIdentifier()  
void   getLanguageID()  
void   getParameterType()  
void   getTitle()   Returns the Title of this Portlet.
void   needsJavascript()  
void   setAmount()   Sets the amount of Items that will be displayed.
void   setCSS()   Set the CSS Class for the Item List.
void   setLanguageID()   Sets the Language for the Tree to be fetched.
void   setTitle()   Set the Title of this Portlet.

[ Top ]
Methods
Constructor LastEditedItemsPortlet  [line 65]

  LastEditedItemsPortlet LastEditedItemsPortlet( )



[ Top ]
getAmount  [line 174]

  void getAmount( )



[ Top ]
getCSS  [line 141]

  void getCSS( )



[ Top ]
getHtml  [line 113]

  void getHtml( )



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

[ Top ]
getIdentifier  [line 76]

  void getIdentifier( )



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

[ Top ]
getLanguageID  [line 160]

  void getLanguageID( )



[ Top ]
getParameterType  [line 80]

  void getParameterType( $key  )

Parameters:
   $key: 


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

[ Top ]
getTitle  [line 105]

  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 109]

  void needsJavascript( )



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

[ Top ]
setAmount  [line 170]

  void setAmount( [ $amount = '']  )

Sets the amount of Items that will be displayed.

Parameters:
   $amount: 


[ Top ]
setCSS  [line 148]

  void setCSS( [ $css = '']  )

Set the CSS Class for the Item List.

Parameters:
   $css: 


[ Top ]
setLanguageID  [line 156]

  void setLanguageID( [ $id = '']  )

Sets the Language for the Tree to be fetched.

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

Parameters:
   $id: 


[ Top ]
setTitle  [line 98]

  void setTitle( $title  )

Set the Title of this Portlet.

Parameters:
   $title: 


[ Top ]