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 ModRewriteDebugger

Mod rewrite debugger class.

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.modrewritedebugger.php
Methods summary
public static
# setEnabled( boolean $bEnabled )

Enable debugger setter.

Enable debugger setter.

Parameters

$bEnabled
boolean
$bEnabled
public static
# add( mixed $mVar, string $sLabel = '' )

Adds variable to debugger. Wrapper for cDebug::getDebugger(<span class="php-quote">'visible_adv'</span>).

Adds variable to debugger. Wrapper for cDebug::getDebugger(<span class="php-quote">'visible_adv'</span>).

Parameters

$mVar
mixed
$mVar The variable to dump
$sLabel
string
$sLabel Describtion for passed $mVar
public static string
# getAll( )

Returns output of all added variables to debug.

Returns output of all added variables to debug.

Returns

string
public static
# log( mixed $mVar, string $sLabel = '' )

Logs variable to debugger. Wrapper for cDebug::getDebugger(cDebug::DEBUGGER_FILE).

Logs variable to debugger. Wrapper for cDebug::getDebugger(cDebug::DEBUGGER_FILE).

Parameters

$mVar
mixed
$mVar The variable to log the contents
$sLabel
string
$sLabel Describtion for passed $mVar
Properties summary
protected static boolean $_bEnabled false
#

Flag to enable debugger

Flag to enable debugger

CMS CONTENIDO 4.9.1 API documentation generated by ApiGen 2.8.0