Class EmbeddedContent

Description

A generic embedded content container This object supports backward compatiblity fallback

Inspired by W3C WCGAG 2.0 recommendations http://www.w3.org/TR/2004/WD-WCAG20-HTML-TECHS-20041119/#embed

And Macromedia recommendations for backward compatibility http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_12701

Located in /classes/Content/EmbeddedContent/EmbeddedContent.php (line 58)

Content
   |
   --EmbeddedContent
Method Summary
EmbeddedContent __construct (mixed $content_id)
void delete (mixed &$errmsg)
void getAdminUI ([mixed $subclass_admin_interface = null])
void getAttributes ()
void getParameters ()
The getUserUI ($subclass_admin_interface 0)
void processAdminUI ()
void refresh ()
void setAttributes (mixed $attributes_str)
void setParameters (mixed $paramters_str)
Variables
Methods
Constructor __construct (line 60)
  • access: protected
EmbeddedContent __construct (mixed $content_id)

Redefinition of:
Content::__construct()
delete (line 305)

Delete this Content from the database

  • access: public
void delete (mixed &$errmsg)

Redefinition of:
Content::delete()
getAdminUI (line 88)
  • access: public
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.
getAttributes (line 279)
  • access: public
void getAttributes ()
getParameters (line 291)
  • access: public
void getParameters ()
getUserUI (line 229)

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 0)
  • $subclass_admin_interface 0: 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.
processAdminUI (line 156)
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 325)

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.
setAttributes (line 284)
  • access: public
void setAttributes (mixed $attributes_str)
setParameters (line 296)
  • access: public
void setParameters (mixed $paramters_str)

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:14:33 +0100 by phpDocumentor 1.3.0RC5