Class IFrame

Description

An IFrame can integrate external HTML content from a given URL.

Located in /classes/Content/IFrame/IFrame.php (line 52)

Content
   |
   --IFrame
Direct descendents
Class Description
IFrameRest An IFrame to integrate an external HTML content from a REST-style get query.
SimpleIFrame A SimpleIFrame is an IFrame without all the fuss ( title, description ... )
Method Summary
IFrame __construct (mixed $content_id)
void getAdminUI ([mixed $subclass_admin_interface = null])
void getGeneratedUrl ()
void getHeight ()
void getUrl ()
The getUserUI ([$subclass_admin_interface $subclass_user_interface = null])
void getWidth ()
void processAdminUI ()
void refresh ()
void setHeight (mixed $height)
void setUrl (mixed $url)
void setWidth (mixed $width)
Variables
Methods
Constructor __construct (line 57)

Constructor

IFrame __construct (mixed $content_id)

Redefinition of:
Content::__construct()

Redefined in descendants as:
getAdminUI (line 136)

Retrieves Admin UI for IFrame

void getAdminUI ([mixed $subclass_admin_interface = null])

Redefinition of:
Content::getAdminUI()
Retreives the admin interface of this object. Anything that overrides this method should call the parent method with it's output at the END of processing.

Redefined in descendants as:
getGeneratedUrl (line 99)
void getGeneratedUrl ()

Redefined in descendants as:
getHeight (line 118)
void getHeight ()
getUrl (line 86)

Return the IFrame URL

void getUrl ()
getUserUI (line 194)

Retreives the user interface of this object. Anything that overrides this method should call the parent method with it's output at the END of processing.

  • return: HTML fragment for this interface
  • access: public
The getUserUI ([$subclass_admin_interface $subclass_user_interface = null])
  • $subclass_admin_interface $subclass_user_interface: Html content of the interface element of a children

Redefinition of:
Content::getUserUI()
Retreives the user interface of this object. Anything that overrides this method should call the parent method with it's output at the END of processing.
getWidth (line 103)
void getWidth ()
processAdminUI (line 169)
void processAdminUI ()

Redefinition of:
Content::processAdminUI()
Process admin interface of this object. When an object overrides this method, they should call the parent processAdminUI at the BEGINING of processing.
refresh (line 208)

Reloads the object from the database. Should normally be called after a set operation.

This function is private because calling it from a subclass will call the constructor from the wrong scope

  • access: private
void refresh ()

Redefinition of:
Content::refresh()
Reloads the object from the database. Should normally be called after a set operation.

Redefined in descendants as:
  • IFrameRest::refresh() : Reloads the object from the database. Should normally be called after a set operation.
  • SimpleIFrame::refresh() : Reloads the object from the database. Should normally be called after a set operation.
setHeight (line 123)
void setHeight (mixed $height)
setUrl (line 91)
void setUrl (mixed $url)
setWidth (line 108)
void setWidth (mixed $width)

Inherited Methods

Inherited From Content

Content::__construct()
Content::addOwner()
Content::createNewObject()
Content::delete()
Content::deleteOwner()
Content::getAdminUI()
Content::getAllContent()
Content::getAuthors()
Content::getAvailableContentTypes()
Content::getCreateNewObjectUI()
Content::getDescription()
Content::getId()
Content::getLastDisplayTimestamp()
Content::getLinkedContentUI()
Content::getListUI()
Content::getLoggingStatus()
Content::getLongDescription()
Content::getNewContentUI()
Content::getObject()
Content::getObjectType()
Content::getProjectInfo()
Content::getSelectContentUI()
Content::getSponsorInfo()
Content::getTitle()
Content::getUserUI()
Content::isDisplayableAt()
Content::isOwner()
Content::isPersistent()
Content::isUserSubscribed()
Content::logContentDisplay()
Content::processAdminUI()
Content::processCreateNewObjectUI()
Content::processLinkedContentUI()
Content::processNewContentUI()
Content::processSelectContentUI()
Content::refresh()
Content::setContentType()
Content::setIsPersistent()
Content::setIsTrivialContent()
Content::setLoggingStatus()
Content::subscribe()
Content::unsubscribe()
Content::__toString()

Documentation generated on Mon, 26 Dec 2005 19:16:08 +0100 by phpDocumentor 1.3.0RC5