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

  • cUpgradeJob_0001
  • cUpgradeJob_0002
  • cUpgradeJob_0003
  • cUpgradeJob_0004
  • cUpgradeJob_0005
  • cUpgradeJob_0006
  • cUpgradeJob_0007
  • cUpgradeJob_0008
  • cUpgradeJob_0009
  • cUpgradeJob_0010
  • cUpgradeJob_0011
  • cUpgradeJob_0012
  • cUpgradeJob_0013
  • cUpgradeJob_0014
  • cUpgradeJob_0015
  • cUpgradeJob_0016
  • cUpgradeJobAbstract
  • cUpgradeJobMain
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class cUpgradeJob_0012

Upgrade job 12.

Generates plugin relations for plugin specific action entries

cUpgradeJobAbstract
Extended by cUpgradeJob_0012
Package: Setup\UpgradeJob
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: frederic.schneider
Located at upgrade_jobs/class.upgrade.job.0012.php
Methods summary
public
# _execute( )

Main function for each upgrade job. Each upgrade job has to implement this!

Main function for each upgrade job. Each upgrade job has to implement this!

Methods inherited from cUpgradeJobAbstract
__construct(), _getAllClients(), _getAllLanguages(), _logError(), execute()
Properties summary
public string $maxVersion "4.9.3"
#

This must be set. 0 means this upgrade job will be executed every time. Anyhting else should be a valid CONTENIDO version. Only if the upgraded version is older than this string the job will be executed.

This must be set. 0 means this upgrade job will be executed every time. Anyhting else should be a valid CONTENIDO version. Only if the upgraded version is older than this string the job will be executed.

Setting this to '4.8.18' would mean that any version lower than 4.8.18 will get the upgrade job.

Properties inherited from cUpgradeJobAbstract
$_aCfg, $_clients, $_languages, $_oDb, $_rootHttpPath, $_rootPath, $_setupType, $_version
CMS CONTENIDO 4.9.8 API documentation generated by ApiGen 2.8.0