Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • 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

  • cUriBuilderMR
  • ModRewrite
  • ModRewrite_ContentController
  • ModRewrite_ContentExpertController
  • ModRewrite_ContentTestController
  • ModRewrite_ControllerAbstract
  • ModRewriteBase
  • ModRewriteController
  • ModRewriteDebugger
  • ModRewriteTest
  • ModRewriteUrlStack
  • ModRewriteUrlUtil

Functions

  • mr_arrayValue
  • mr_buildGeneratedCode
  • mr_buildNewUrl
  • mr_conCopyArtLang
  • mr_conMoveArticles
  • mr_conSaveArticle
  • mr_conSyncArticle
  • mr_debugOutput
  • mr_getConfiguration
  • mr_getRequest
  • mr_header
  • mr_i18n
  • mr_loadConfiguration
  • mr_queryAndNextRecord
  • mr_removeMultipleChars
  • mr_requestCleanup
  • mr_runFrontendController
  • mr_setClientLanguageId
  • mr_setConfiguration
  • mr_strCopyCategory
  • mr_strMovedownCategory
  • mr_strMoveSubtree
  • mr_strMoveUpCategory
  • mr_strNewCategory
  • mr_strNewTree
  • mr_strRenameCategory
  • mr_strSyncCategory
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class ModRewriteBase

Abstract base mod rewrite class.

Provides some common features such as common debugging, globals/configuration access for childs.

Direct known subclasses

ModRewrite, ModRewriteController, ModRewriteUrlUtil
Abstract
Package: Plugin\ModRewrite
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Murat Purc <murat@purc.de>
Located at plugins/mod_rewrite/classes/class.modrewritebase.php
Methods summary
public static boolean
# isEnabled( )

Returns enabled state of mod rewrite plugin

Returns enabled state of mod rewrite plugin

Returns

boolean
public static
# setEnabled( boolean $bEnabled )

Sets the enabled state of mod rewrite plugin

Sets the enabled state of mod rewrite plugin

Parameters

$bEnabled
boolean
$bEnabled
public static mixed
# getConfig( string $key = NULL, mixed $default = NULL )

Returns configuration of mod rewrite, content of gobal $cfg['mod_rewrite']

Returns configuration of mod rewrite, content of gobal $cfg['mod_rewrite']

Parameters

$key
string
$key Name of configuration key
$default
mixed
$default Default value to return as a fallback

Returns

mixed
Desired value mr configuration, either the full configuration or one of the desired subpart
public static
# setConfig( string $key, mixed $value )

Sets the configuration of mod rewrite, content of gobal $cfg['mod_rewrite']

Sets the configuration of mod rewrite, content of gobal $cfg['mod_rewrite']

Parameters

$key
string
$key Name of configuration key
$value
mixed
$value The value to set
CMS CONTENIDO 4.9.1 API documentation generated by ApiGen 2.8.0