Class: QuickSearchPortlet

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

Class QuickSearchPortlet

Class Overview

This portlets displas a Quick Search Formular.

It submits the entry into the Standard Search Frame.

Located in /CORE/system/classes/portlets/QuickSearchPortlet.php [line 40]

Portlet
   |
   --TranslatedPortlet
      |
      --QuickSearchPortlet
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: QuickSearchPortlet.php,v 1.4 2008/04/05 15:48:43 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
QuickSearchPortlet   QuickSearchPortlet()  
void   getHtml()  
void   getIdentifier()  
void   getJavascript()  
void   getTitle()   Returns the Title of this Portlet.
void   needsJavascript()  
void   setTitle()   Set the Title of this Portlet.

[ Top ]
Methods
Constructor QuickSearchPortlet  [line 43]

  QuickSearchPortlet QuickSearchPortlet( )



[ Top ]
getHtml  [line 68]

  void getHtml( )



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

[ Top ]
getIdentifier  [line 50]

  void getIdentifier( )



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

[ Top ]
getJavascript  [line 94]

  void getJavascript( )



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

[ Top ]
getTitle  [line 64]

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

  void needsJavascript( )



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

[ Top ]
setTitle  [line 57]

  void setTitle( $title  )

Set the Title of this Portlet.

Parameters:
   $title: 


[ Top ]