Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • cContentVersioning
  • cVersion
  • cVersionFile
  • cVersionLayout
  • cVersionModule
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class cVersionModule

Super class for revision

cVersion
Extended by cVersionModule
Package: Core\Versioning
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Bilal Arslan, Timo Trautmann
Located at classes/version/class.version.module.php
Methods summary
public
# __construct( string $iIdMod, array $aCfg, array $aCfgClient, cDB $oDB, integer $iClient, object $sArea, object $iFrame )

Constructor to create an instance of this class.

Constructor to create an instance of this class.

Initializes class variables.

Parameters

$iIdMod
string
$iIdMod The name of style file
$aCfg
array
$aCfg
$aCfgClient
array
$aCfgClient
$oDB
cDB
$oDB
$iClient
integer
$iClient
$sArea
object
$sArea
$iFrame
object
$iFrame

Overrides

cVersion::__construct()
protected
# _storeModuleInformation( )
public array
# initXmlReader( string $sPath )

This function read an xml file nodes

This function read an xml file nodes

Parameters

$sPath
string
$sPath Path to file

Returns

array
returns array width this four nodes
public string
# renderReloadScript( string $sArea, integer $iIdModule, cSession $sess )

Function returns javascript which refreshes CONTENIDO frames for file list an subnavigation. This is necessary, if filenames where changed, when a history entry is restored.

Function returns javascript which refreshes CONTENIDO frames for file list an subnavigation. This is necessary, if filenames where changed, when a history entry is restored.

Parameters

$sArea
string
$sArea name of CONTENIDO area in which this procedure should be done
$iIdModule
integer
$iIdModule Id of module
$sess
cSession
$sess CONTENIDO session object

Returns

string
Javascript for refreshing left_bottom frame
Methods inherited from cVersion
buildSelectBox(), checkPaths(), createNewVersion(), createNewXml(), deleteFile(), displayNotification(), getFilePath(), getFirstRevision(), getFormatTimestamp(), getLastRevision(), getRevisionFiles(), getTextBox(), getTextarea(), initRevisions(), prune(), setBodyNodeDescription(), setData(), setVarForm()
Properties summary
public string $sModType
#

Module type.

Module type.

Properties inherited from cVersion
$aBodyData, $aCfg, $aCfgClient, $aRevisionFiles, $aVarForm, $dActualTimestamp, $dCreated, $dLastModified, $dTimestamp, $iClient, $iDisplayNotification, $iFrame, $iIdentity, $iRevisionNumber, $iVersion, $oDB, $sAlternativePath, $sArea, $sAuthor, $sDescripion, $sType
CMS CONTENIDO 4.9.11 API documentation generated by ApiGen 2.8.0