Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_core_Debug
  • icms_core_Object
  • icms_core_ObjectHandler
  • icms_core_OnlineHandler
  • icms_file_ZipFileHandler
  • icms_image_set_Handler
  • Overview
  • Package
  • Class

Class icms_core_Debug

This class and its methods handle all the debug messages

Package: Core
Copyright: (c) 2007-2008 The ImpressCMS Project - www.impresscms.org
License: GNU General Public License (GPL)
Author: Steve Kenow skenow@impresscms.org
Located at core/Debug.php
Methods summary
public static
# message( string $msg, boolean $exit = false )

Output a line of debug This takes the place of icms_debug()

Output a line of debug This takes the place of icms_debug()

Parameters

$msg
$exit
public static
# vardump( string $var )

Output a dump of a variable This takes the place of icms_debug_vardump()

Output a dump of a variable This takes the place of icms_debug_vardump()

Parameters

$var
public static
# setDeprecated( string $replacement = '', string $extra = '' )

Provides a backtrace for deprecated methods and functions, will be in the error section of debug This takes the place of icms_deprecated() and include/functions.php :: xoops_refcheck()

Provides a backtrace for deprecated methods and functions, will be in the error section of debug This takes the place of icms_deprecated() and include/functions.php :: xoops_refcheck()

Parameters

$replacement
Method or function to be used instead of the deprecated method or function
$extra
Additional information to provide about the change
API documentation generated by ApiGen