Class SkypeOnlinePortlet

Description

Shows a Skype Javascript, that displays the Status of the configured Person.

The person must enable "Share State on the Web" in their privacy. See http://www.skype.com/share/buttons/ for further information.

  • author: Kevin Papst
  • version: $Id: SkypeOnlinePortlet.php,v 1.3 2007/04/23 13:00:49 kpapst Exp $
  • copyright: Copyright (C) Kevin Papst
  • license: GNU Public License
Portlet
   |
   --SkypeOnlinePortlet
Method Summary
SkypeOnlinePortlet SkypeOnlinePortlet ()
void getHtml ()
void getIdentifier ()
void getJavascript ()
void getParameterType ( $key)
void getSkypeMode ()
void getSkypeUserID ()
void getTitle ()
void needsJavascript ()
void setSkypeMode ([ $mode = 'call'])
void setSkypeUserID ([ $uid = ''])
void setTitle ( $title)
Methods
Constructor SkypeOnlinePortlet (line 55)
SkypeOnlinePortlet SkypeOnlinePortlet ()
getHtml (line 105)
void getHtml ()

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

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

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

Redefinition of:
Portlet::getParameterType()
REQIURED TO BE OVERWRITEN!
Returns the PortletType for the given Key.
getSkypeMode (line 129)
void getSkypeMode ()
getSkypeUserID (line 121)
void getSkypeUserID ()
getTitle (line 92)

Returns the Title of this Portlet.

void getTitle ()

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

Redefinition of:
Portlet::needsJavascript()
OPTIONAL TO BE OVERWRITEN!
This method defines if the Portlet needs a Javascript block to work.
setSkypeMode (line 125)
void setSkypeMode ([ $mode = 'call'])
  • $mode
setSkypeUserID (line 117)

Sets the Skype User ID.

void setSkypeUserID ([ $uid = ''])
  • $uid
setTitle (line 85)

Set the Title of this Portlet.

void setTitle ( $title)
  • $title

Inherited Methods

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