Class: SkypeOnlinePortlet

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

Class SkypeOnlinePortlet

Class Overview

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.

Located in /CORE/system/classes/portlets/SkypeOnlinePortlet.php [line 52]

Portlet
   |
   --SkypeOnlinePortlet
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: SkypeOnlinePortlet.php,v 1.3 2007/04/23 13:00:49 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 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
SkypeOnlinePortlet   SkypeOnlinePortlet()  
void   getHtml()  
void   getIdentifier()  
void   getJavascript()  
void   getParameterType()  
void   getSkypeMode()  
void   getSkypeUserID()  
void   getTitle()   Returns the Title of this Portlet.
void   needsJavascript()  
void   setSkypeMode()  
void   setSkypeUserID()   Sets the Skype User ID.
void   setTitle()   Set the Title of this Portlet.

[ Top ]
Methods
Constructor SkypeOnlinePortlet  [line 55]

  SkypeOnlinePortlet SkypeOnlinePortlet( )



[ Top ]
getHtml  [line 105]

  void getHtml( )



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

[ Top ]
getIdentifier  [line 65]

  void getIdentifier( )



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

[ Top ]
getJavascript  [line 101]

  void getJavascript( )



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

[ Top ]
getParameterType  [line 69]

  void getParameterType( $key  )

Parameters:
   $key: 


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

[ Top ]
getSkypeMode  [line 129]

  void getSkypeMode( )



[ Top ]
getSkypeUserID  [line 121]

  void getSkypeUserID( )



[ Top ]
getTitle  [line 92]

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

  void needsJavascript( )



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

[ Top ]
setSkypeMode  [line 125]

  void setSkypeMode( [ $mode = 'call']  )

Parameters:
   $mode: 


[ Top ]
setSkypeUserID  [line 117]

  void setSkypeUserID( [ $uid = '']  )

Sets the Skype User ID.

Parameters:
   $uid: 


[ Top ]
setTitle  [line 85]

  void setTitle( $title  )

Set the Title of this Portlet.

Parameters:
   $title: 


[ Top ]