Class PTPortalPage

Object
   |
   +--PTPortalPage

class PTPortalPage




 

Method Summary

  public static function getPortletByGUID(guid)
           Returns a single portlet, given a GUID.
  public static function getPortletByID(id)
           Returns a single portlet, given an ID.
  public static function getPortletByName(name)
           Returns a single portlet, given a name.
  public static function getPortlets()
           Returns a hash of all the portlets on the page, keyed by portlet id.
  private static function addPortlet(portlet)
           Adds a portlet to the portlets array, overwriting existing one if it exists.

Method Detail

getPortletByGUID

  public static function getPortletByGUID(guid)

getPortletByID

  public static function getPortletByID(id)

getPortletByName

  public static function getPortletByName(name)

getPortlets

  public static function getPortlets()

addPortlet

  private static function addPortlet(portlet)