Class CMS_page

Description

Class CMS_page

represent a page.

Located in /automne/classes/tree/page.php (line 29)

CMS_grandFather
   |
   --CMS_resource
      |
      --CMS_page
Class Constant Summary
Method Summary
 static void getAllVisualizationModes ()
 void __construct ([integer $id = 0])
 boolean deleteFiles ()
 CMS_page duplicate (CMS_user &$user, [integer $templateID = 0], [boolean $dontDuplicateContent = false])
 boolean duplicateContent (CMS_user &$user,  &$page)
 string getAuthor ([boolean $public = false], [boolean $queryWebsite = true])
 string getBaseDataURL ([boolean $public = false])
 string getCategory ([boolean $public = false], [boolean $queryWebsite = true])
 string getCodename ([boolean $public = false])
 string getContent ( &$language, [ $visualizationMode = false])
 string getCopyright ([boolean $public = false], [boolean $queryWebsite = true])
 string getDescription ([boolean $public = false], [boolean $queryWebsite = true])
 string getHTMLURL ([boolean $printPage = false], [boolean $returnFilenameOnly = false], [constant $relativeTo = PATH_RELATIVETO_WEBROOT])
 integer getID ()
 string getKeywords ([boolean $public = false], [boolean $queryWebsite = true])
 string getLanguage ([boolean $public = false], [boolean $queryWebsite = true])
 string getLinkTitle ([boolean $public = false])
 string getLinxFilePath ()
 string getMetaFromWebsite (string $meta)
 string getMetas ([boolean $public = false], [boolean $queryWebsite = true])
 string getMetaTags ([boolean $public = false], [array $tags = array()])
 array(CMS_module) getModules ()
 string getPragma ([boolean $public = false])
 boolean getPrintStatus ()
 CMS_href getRedirectLink ([boolean $public = false])
 string getRefresh ([boolean $public = false])
 string getRefreshURL ([boolean $public = false])
 array(CMS_profile_user) getRemindedEditors (integer $edition)
 CMS_date getReminderOn ([boolean $public = false])
 string getReminderOnMessage ([boolean $public = false])
 integer getReminderPeriodicity ([boolean $public = false])
 string getReplyto ([boolean $public = false], [boolean $queryWebsite = true])
 string getRobots ([boolean $public = false], [boolean $queryWebsite = true])
 string getTitle ([boolean $public = false])
 string getTypeLabel (mixed $language)
 string getURL ([boolean $printPage = false], [boolean $returnFilenameOnly = false], [constant $relativeTo = PATH_RELATIVETO_WEBROOT], [boolean $force = false], [boolean $doNotShorten = false])
 boolean hasModule (string $codename)
 boolean isDraft ()
 boolean isHTTPS ()
 boolean isProtected ()
 boolean isRoot ()
 boolean isUseable ()
 string redirectionCode (string $filePath)
 boolean regenerate ([boolean $fromScratch = false])
 boolean setAuthor (string $data, CMS_profile_user &$user)
 boolean setCategory (string $data, CMS_profile_user &$user)
 boolean setCodename (string $data, CMS_profile_user &$user, [boolean $checkForDuplicate = true])
 boolean setCopyright (string $data, CMS_profile_user &$user)
 boolean setDescription (string $data, CMS_profile_user &$user)
 boolean setHTTPS (boolean $https)
 boolean setKeywords (string $data, CMS_profile_user &$user)
 boolean setLanguage (string $data, CMS_profile_user &$user)
 boolean setLinkTitle (string $data, CMS_profile_user &$user)
 boolean setMetas (string $data, CMS_profile_user &$user)
 boolean setPragma (string $data, CMS_profile_user &$user)
 boolean setProtected (boolean $protected)
 boolean setRedirectLink (CMS_href $link, CMS_profile_user &$user)
 boolean setRefresh (string $data, CMS_profile_user &$user)
 boolean setRefreshUrl (boolean $data, CMS_profile_user &$user)
 boolean setRemindedEditorsStack (CMS_stack $editorsStack)
 boolean setReminderOn (CMS_date $data, CMS_profile_user &$user)
 boolean setReminderOnMessage (string $data, CMS_profile_user &$user)
 boolean setReminderPeriodicity (integer $data, CMS_profile_user &$user)
 boolean setReplyto (string $data, CMS_profile_user &$user)
 boolean setRobots (string $data, CMS_profile_user &$user)
 boolean setTemplate (integer $templateID, CMS_profile_user $user)
 boolean setTitle (string $data, CMS_profile_user &$user)
 boolean validateEdition (integer $edition)
 boolean writeLinxFile ()
 boolean writeToPersistence ()
 boolean _checkBaseData ([boolean $public = false])
 void _checkTemplate ()
 void _checkWebsite ()
 boolean _createNewURL ()
 string _getFilename ([ $regenerate = false])
 string _getFilePath (integer $relativeTo)
 string _getHTMLFilename ()
 string _getHTMLFilePath (integer $relativeTo)
Methods
static getAllVisualizationModes (line 2230)

Get the array of visualization modes, without textual information as it's useless Static function.

  • access: private
static void getAllVisualizationModes ()
Constructor __construct (line 132)

Constructor.

initializes the page if the id is given.

  • access: public
void __construct ([integer $id = 0])
  • integer $id: DB id
deleteFiles (line 2024)

Delete the page file, html file, print files and the page linx file

  • return: true if deletion went without errors, false otherwise
  • access: public
boolean deleteFiles ()
duplicate (line 2141)

Duplicate current page into another one All contents and external datas are duplicated too

  • return: newly created, or null on error
CMS_page duplicate (CMS_user &$user, [integer $templateID = 0], [boolean $dontDuplicateContent = false])
  • boolean $dontDuplicateContent: If true, the content of the page is not duplicated
  • CMS_user &$user: user, the user processing to creation
  • integer $templateID: templateID, a new template to duplicate the page with
duplicateContent (line 2202)

Duplicate current page contents into another one All contents and external datas are duplicated too

  • return: true on success, false on failure
boolean duplicateContent (CMS_user &$user,  &$page)
  • CMS_user &$user: user, the user processing to creation
  • &$page
getAuthor (line 1278)

Gets the author base data

  • return: The author
  • access: public
string getAuthor ([boolean $public = false], [boolean $queryWebsite = true])
  • boolean $public: Do we want the edited or public value ?
  • boolean $queryWebsite: : Do we get the meta value from website if does not exists for the page itself ?
getBaseDataURL (line 903)

Gets the url in base data.

  • return: The base data url
  • access: public
string getBaseDataURL ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getCategory (line 1238)

Gets the category base data

  • return: The category
  • access: public
string getCategory ([boolean $public = false], [boolean $queryWebsite = true])
  • boolean $public: Do we want the edited or public value ?
  • boolean $queryWebsite: : Do we get the meta value from website if does not exists for the page itself ?
getCodename (line 1055)

Gets the codename base data.

  • return: The page codename
  • access: public
string getCodename ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getContent (line 557)

Get the page content for the specified visualization mode and language.

  • return: The content of the page.
  • access: public
string getContent ( &$language, [ $visualizationMode = false])
  • &$language
  • $visualizationMode
getCopyright (line 1400)

Gets the copyright base data

  • return: The copyright
  • access: public
string getCopyright ([boolean $public = false], [boolean $queryWebsite = true])
  • boolean $public: Do we want the edited or public value ?
  • boolean $queryWebsite: : Do we get the meta value from website if does not exists for the page itself ?
getDescription (line 1198)

Gets the description base data.

  • return: The description
  • access: public
string getDescription ([boolean $public = false], [boolean $queryWebsite = true])
  • boolean $public: Do we want the edited or public value ?
  • boolean $queryWebsite: : Do we get the meta value from website if does not exists for the page itself ?
getHTMLURL (line 359)

Get the page HTML URL.

  • return: The html url; complete with PATH and website information. False if page not published.
  • access: public
string getHTMLURL ([boolean $printPage = false], [boolean $returnFilenameOnly = false], [constant $relativeTo = PATH_RELATIVETO_WEBROOT])
  • boolean $printPage: Do we want the print page URL ?
  • boolean $returnFilenameOnly: : return only the page filename (default false)
  • constant $relativeTo: : get URL relative to webroot (PATH_RELATIVETO_WEBROOT) or file system (PATH_RELATIVETO_FILESYSTEM)
getID (line 186)

Gets the DB ID of the instance.

  • return: the DB id
  • access: public
integer getID ()

Redefinition of:
CMS_resource::getID()
Gets the DB ID of the instance.
getKeywords (line 1157)

Gets the keywords base data.

  • return: The keywords
  • access: public
string getKeywords ([boolean $public = false], [boolean $queryWebsite = true])
  • boolean $public: Do we want the edited or public value ?
  • boolean $queryWebsite: : Do we get the meta value from website if does not exists for the page itself ?
getLanguage (line 1441)

Gets the language base data

  • return: The language
  • access: public
string getLanguage ([boolean $public = false], [boolean $queryWebsite = true])
  • boolean $public: Do we want the edited or public value ?
  • boolean $queryWebsite: : Do we get the meta value from website if does not exists for the page itself ?
getLastFileCreationDate (line 268)

Get the date of last file creation

  • return: The last file creation date
  • access: public
CMS_date getLastFileCreationDate ()
getLinkTitle (line 946)

Gets the link-title base data.

  • return: The link-title
  • access: public
string getLinkTitle ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getLinxFilePath (line 529)

Get the linx file path.

  • return: The path of the linx file, even if it doesn't exists.
  • access: public
string getLinxFilePath ()
getMetaFromWebsite (line 1025)

Gets a meta value from website.

  • return: The website meta value
  • access: public
string getMetaFromWebsite (string $meta)
  • string $meta: : the meta name to get
getMetas (line 1359)

Gets the metas base data

  • return: The replyto
  • access: public
string getMetas ([boolean $public = false], [boolean $queryWebsite = true])
  • boolean $public: Do we want the edited or public value ?
  • boolean $queryWebsite: : Do we get the meta value from website if does not exists for the page itself ?
getMetaTags (line 783)

Get HTML meta tags for a given page

  • return: : HTML meta tags infos infos
  • access: public
string getMetaTags ([boolean $public = false], [array $tags = array()])
  • boolean $public: Do we want the edited or public value ? (default : false => edited).
  • array $tags: the tags names to activate/desactivate (by default all tags are present if they have content) array('description' => false)
getModules (line 279)

Get the modules contained in the page (via the module clientspaces)

  • return: The modules
  • access: public
array(CMS_module) getModules ()
getPragma (line 1526)

Gets the Pragma base data

  • return: The Pragma
  • access: public
string getPragma ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getPrintStatus (line 540)

Get the print status for this page

  • return: true if there is something to print, false otherwise
  • access: public
boolean getPrintStatus ()
getRedirectLink (line 1735)

Gets the redirect link.

  • return: The redirect link
  • access: public
CMS_href getRedirectLink ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getRefresh (line 1566)

Gets the refresh base data

  • return: The refresh
  • access: public
string getRefresh ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getRefreshURL (line 985)

Gets the refresh url base data.

  • return: The link-title
  • access: public
string getRefreshURL ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getRemindedEditors (line 310)

Gets the page reminded editors for an edition

  • return: The editors
  • access: public
array(CMS_profile_user) getRemindedEditors (integer $edition)
  • integer $edition: The edition the user should have made to be returned
getRemindedEditorsStack (line 329)

Gets the page reminded editors stack

  • return: The reminded editors stack
  • access: public
CMS_stack getRemindedEditorsStack ()
getReminderOn (line 1650)

Gets the reminder On base data.

  • return: The reminder On date
  • access: public
CMS_date getReminderOn ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getReminderOnMessage (line 1695)

Gets the reminder On message base data.

  • return: The message
  • access: public
string getReminderOnMessage ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getReminderPeriodicity (line 1606)

Gets the reminder periodicity base data.

  • return: The reminder periodicity
  • access: public
integer getReminderPeriodicity ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getReplyto (line 1318)

Gets the replyto base data

  • return: The replyto
  • access: public
string getReplyto ([boolean $public = false], [boolean $queryWebsite = true])
  • boolean $public: Do we want the edited or public value ?
  • boolean $queryWebsite: : Do we get the meta value from website if does not exists for the page itself ?
getRobots (line 1487)

Gets the robots base data

  • return: The robots
  • access: public
string getRobots ([boolean $public = false], [boolean $queryWebsite = true])
  • boolean $public: Do we want the edited or public value ?
  • boolean $queryWebsite: : Do we get the meta value from website if does not exists for the page itself ?
getStatus (line 222)

Gets the page status

  • return: The resource status
  • access: public
CMS_resourceStatus getStatus ()

Redefinition of:
CMS_resource::getStatus()
Gets the status
getTemplate (line 234)

Gets the template of the page

  • return: The page template
  • access: public
CMS_pageTemplate getTemplate ()
getTitle (line 875)

Gets the title base data.

  • return: The title
  • access: public
string getTitle ([boolean $public = false])
  • boolean $public: Do we want the edited or public value ?
getTypeLabel (line 892)

get object type label

  • return: : the object name
  • access: public
string getTypeLabel (mixed $language)
  • mixed $language: the language code (string) or the CMS_language (object) to use for label
getURL (line 392)

Get the page online URL.

  • return: The url; complete with PATH and website information. Empty string if page not published.
  • access: public
string getURL ([boolean $printPage = false], [boolean $returnFilenameOnly = false], [constant $relativeTo = PATH_RELATIVETO_WEBROOT], [boolean $force = false], [boolean $doNotShorten = false])
  • boolean $printPage: Do we want the print page URL ?
  • boolean $returnFilenameOnly: : return only the page filename (default false)
  • constant $relativeTo: : get URL relative to webroot (PATH_RELATIVETO_WEBROOT) or file system (PATH_RELATIVETO_FILESYSTEM)
  • boolean $force: : get URL even if page is not published (default : false)
  • boolean $doNotShorten: : get full page URL (default : false)
getWebsite (line 1040)

Get page website.

  • return: The website the page belong to
  • access: public
CMS_website getWebsite ()
hasModule (line 294)

Does the page use module

  • access: public
boolean hasModule (string $codename)
  • string $codename: The module codename
isDraft (line 207)

is this page content in draft ?

  • access: public
boolean isDraft ()
isHTTPS (line 1129)

Get the page https status

  • access: public
boolean isHTTPS ()
isProtected (line 1107)

Get the page protected status

  • access: public
boolean isProtected ()
isRoot (line 197)

is this page the tree root ?

  • access: public
boolean isRoot ()
isUseable (line 1888)

Is page useable (not in DELETED or ARCHIVED locations)

  • return: true if useable, false otherwise
  • access: public
boolean isUseable ()
redirectionCode (line 750)

Gets the page redirection code to html page.

  • return: The redirection code
  • access: public
string redirectionCode (string $filePath)
  • string $filePath: the html filepath
regenerate (line 618)

Regenerate the page file, either from scratch or from the linx file.

If linx file doesn't exists, the file is regenerated from scratch (obviously).

  • return: true on success, false on failure
  • access: public
boolean regenerate ([boolean $fromScratch = false])
  • boolean $fromScratch: If false, regenerate from the linx file, otherwise regenerate linx file first.
setAuthor (line 1295)

Sets the author base data.

  • return: true on success, false on failure
  • access: public
boolean setAuthor (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setCategory (line 1255)

Sets the category base data.

  • return: true on success, false on failure
  • access: public
boolean setCategory (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setCodename (line 1072)

Sets the codename base data.

  • return: true on success, false on failure
  • access: public
boolean setCodename (string $data, CMS_profile_user &$user, [boolean $checkForDuplicate = true])
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
  • boolean $checkForDuplicate: : check the codename for website duplication
setCopyright (line 1418)

Sets the copyright base data.

  • return: true on success, false on failure
  • access: public
boolean setCopyright (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setDescription (line 1215)

Sets the description base data.

  • return: true on success, false on failure
  • access: public
boolean setDescription (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setHTTPS (line 1144)

Set the page https status

  • access: public
boolean setHTTPS (boolean $https)
  • boolean $https: The new page https status
setKeywords (line 1175)

Sets the keywords base data.

  • return: true on success, false on failure
  • access: public
boolean setKeywords (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setLanguage (line 1465)

Sets the language base data.

  • return: true on success, false on failure
  • access: public
boolean setLanguage (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setLinkTitle (line 963)

Sets the link-title base data.

  • return: true on success, false on failure
  • access: public
boolean setLinkTitle (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setMetas (line 1377)

Sets the metas base data.

  • return: true on success, false on failure
  • access: public
boolean setMetas (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setPragma (line 1544)

Sets the Pragma base data.

  • return: true on success, false on failure
  • access: public
boolean setPragma (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setProtected (line 1118)

Set the page protected status

  • access: public
boolean setProtected (boolean $protected)
  • boolean $protected: The new page protected status
setRedirectLink (line 1752)

Sets the reminder On Message base data.

  • return: true on success, false on failure
  • access: public
boolean setRedirectLink (CMS_href $link, CMS_profile_user &$user)
setRefresh (line 1584)

Sets the refresh base data.

  • return: true on success, false on failure
  • access: public
boolean setRefresh (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setRefreshUrl (line 1003)

Sets the refresh url base data.

  • return: true on success, false on failure
  • access: public
boolean setRefreshUrl (boolean $data, CMS_profile_user &$user)
  • boolean $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setRemindedEditorsStack (line 341)

Sets the page reminded editors from a stack

  • return: true on success, false on failure
  • access: public
boolean setRemindedEditorsStack (CMS_stack $editorsStack)
  • CMS_stack $editorsStack: The Reminded editors stack to set
setReminderOn (line 1668)

Sets the reminder On base data.

  • return: true on success, false on failure
  • access: public
boolean setReminderOn (CMS_date $data, CMS_profile_user &$user)
setReminderOnMessage (line 1713)

Sets the reminder On Message base data.

  • return: true on success, false on failure
  • access: public
boolean setReminderOnMessage (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setReminderPeriodicity (line 1624)

Sets the reminder periodicity base data.

  • return: true on success, false on failure
  • access: public
boolean setReminderPeriodicity (integer $data, CMS_profile_user &$user)
  • integer $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setReplyto (line 1336)

Sets the replyto base data.

  • return: true on success, false on failure
  • access: public
boolean setReplyto (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setRobots (line 1504)

Sets the robots base data.

  • return: true on success, false on failure
  • access: public
boolean setRobots (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
setTemplate (line 248)

Sets the page template

  • return: true on success, false on failure
  • access: public
boolean setTemplate (integer $templateID, CMS_profile_user $user)
  • integer $templateID: The DB ID of the new template to set
  • CMS_profile_user $user: the user who did the edition (if not set, the edition is not considered)
setTitle (line 921)

Sets the title base data.

  • return: true on success, false on failure
  • access: public
boolean setTitle (string $data, CMS_profile_user &$user)
  • string $data: The new base data to set
  • CMS_profile_user &$user: the user who did the edition
touchLastReminder (line 1778)

Sets the last reminder to today

  • access: public
void touchLastReminder ()
validateEdition (line 1806)

Validates an edition. Adds the publishing of siblings orders to the parent function, and the setting of reminded editors

  • return: true on success, false on failure.
  • access: public
boolean validateEdition (integer $edition)
  • integer $edition: the edition to validate

Redefinition of:
CMS_resource::validateEdition()
Validates an edition. Sets the status as validated if it's a content validation.
validateProposedLocation (line 1790)

Validate the location proposition of the resource (proposedFor attribute).

This overloaded method deletes the html file if location proposed is outside userspace

  • access: public
void validateProposedLocation ()

Redefinition of:
CMS_resource::validateProposedLocation()
Validate the location proposition of the resource (proposedFor attribute).
writeLinxFile (line 716)

Write to disk the linx file, i.e. the content for the specified page.

Doesn't translates the atm-linx tags. Also writes the "print" linx file

  • return: true on success, false on failure to write the content to this file.
  • access: private
boolean writeLinxFile ()
writeToPersistence (line 2045)

Writes the page into persistence (MySQL for now), along with base data.

  • return: true on success, false on failure
  • access: public
boolean writeToPersistence ()

Redefinition of:
CMS_resource::writeToPersistence()
Writes the resource into persistence (MySQL for now).
_checkBaseData (line 1902)

Check that the base data is loaded (edited base data can't be loaded from DELETED or ARCHIVED locations)

  • return: true on success, false on failure (because users can't edit the data)
  • access: private
boolean _checkBaseData ([boolean $public = false])
  • boolean $public: Is it the public or edited base data we want ?
_checkTemplate (line 1993)

Check that the template is instanciated.

  • access: private
void _checkTemplate ()
_checkWebsite (line 2006)

Check that the website is instanciated.

  • access: private
void _checkWebsite ()
_createNewURL (line 1844)

Create new page URL filename

/!\ This method should be used only by validateEdition method, because it is a part of the page validation process ! It is used only for page filename change and destroy old filename files

  • return: true on success, false on failure
  • access: private
boolean _createNewURL ()
_getFilename (line 487)

Get the page filename.

  • return: The filename without path indication, false if never validated or outside of userspace.
  • access: private
string _getFilename ([ $regenerate = false])
  • $regenerate
_getFilePath (line 458)

Get the page path from its website

  • return: The file path relative to web root or filesystem. See constants.
  • access: private
string _getFilePath (integer $relativeTo)
  • integer $relativeTo: Relative to filesystem or webroot. See constants
_getHTMLFilename (line 519)

Get the html page filename from the title.

  • return: The html filename without path indication, false if never validated or outside of userspace.
  • access: private
string _getHTMLFilename ()
_getHTMLFilePath (line 471)

Get the html page path from its website

  • return: The html file path relative to web root or filesystem. See constants.
  • access: private
string _getHTMLFilePath (integer $relativeTo)
  • integer $relativeTo: Relative to filesystem or webroot. See constants

Inherited Methods

Inherited From CMS_resource

 CMS_resource::CMS_resource()
 CMS_resource::addEdition()
 CMS_resource::addValidationRefused()
 CMS_resource::cancelAllEditions()
 CMS_resource::destroy()
 CMS_resource::getAllDataLocations()
 CMS_resource::getAllLinkTypes()
 CMS_resource::getEditors()
 CMS_resource::getEditorsStack()
 CMS_resource::getID()
 CMS_resource::getLocation()
 CMS_resource::getLock()
 CMS_resource::getLockDate()
 CMS_resource::getProposedLocation()
 CMS_resource::getPublication()
 CMS_resource::getPublicationDateEnd()
 CMS_resource::getPublicationDateStart()
 CMS_resource::getStatus()
 CMS_resource::isProposedForOutsideUserspace()
 CMS_resource::lock()
 CMS_resource::removeProposedLocation()
 CMS_resource::resetEditorsStack()
 CMS_resource::setProposedLocation()
 CMS_resource::setPublicationDates()
 CMS_resource::unlock()
 CMS_resource::validateEdition()
 CMS_resource::validateProposedLocation()
 CMS_resource::writeToPersistence()

Inherited From CMS_grandFather

 CMS_grandFather::autoload()
 CMS_grandFather::hasError()
 CMS_grandFather::log()
 CMS_grandFather::PHPErrorHandler()
 CMS_grandFather::raiseError()
 CMS_grandFather::setDebug()
 CMS_grandFather::setLog()
 CMS_grandFather::_raiseError()
 CMS_grandFather::__call()
Class Constants

Documentation generated on Wed, 15 Feb 2012 15:36:02 +0100 by phpDocumentor 1.4.3