Class QuickSearchPortlet

Description

This portlets displas a Quick Serach Formular.

It submits the Entry into the Standard Search Frame.

  • author: Kevin Papst
  • version: $Id: QuickSearchPortlet.php,v 1.3 2007/04/23 13:03:12 kpapst Exp $
  • copyright: Copyright (C) Kevin Papst
  • license: GNU Public License
Portlet
   |
   --TranslatedPortlet
      |
      --QuickSearchPortlet
Method Summary
QuickSearchPortlet QuickSearchPortlet ()
void getHtml ()
void getIdentifier ()
void getJavascript ()
void getTitle ()
void needsJavascript ()
void setTitle ( $title)
Methods
Constructor QuickSearchPortlet (line 42)
QuickSearchPortlet QuickSearchPortlet ()
getHtml (line 67)
void getHtml ()

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

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

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

Returns the Title of this Portlet.

void getTitle ()

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

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

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