ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Namespaces | |
ilias | |
redirection script todo: (a better solution should control the processing via a xml file) | |
Functions | |
vd () | |
shortcut for var_dump with enhanced debug information More... | |
pr ($var, $name='') | |
shortcut for print_r More... | |
cf ($backjumps=1) | |
prints an information about the function that called the function that invoked this function (the optional backjump param conrols the level in backtrace) More... | |
getPhpSourceCodePositionInfo ($backjumps=0) | |
returns an array containing function information from backtrace (the optional backjump param conrols the level in backtrace) More... | |
cf | ( | $backjumps = 1 | ) |
prints an information about the function that called the function that invoked this function (the optional backjump param conrols the level in backtrace)
integer | $backjumps |
Definition at line 126 of file inc.debug.php.
References getPhpSourceCodePositionInfo().
getPhpSourceCodePositionInfo | ( | $backjumps = 0 | ) |
returns an array containing function information from backtrace (the optional backjump param conrols the level in backtrace)
integer | $backjumps |
Definition at line 146 of file inc.debug.php.
pr | ( | $var, | |
$name = '' |
|||
) |
shortcut for print_r
mixed | any number of parameters |
string | name of variable (optional) |
Definition at line 97 of file inc.debug.php.
References ilAuthFactory\getContext().
vd | ( | ) |
shortcut for var_dump with enhanced debug information
mixed | any number of parameters |
Definition at line 42 of file inc.debug.php.
References $file, ilAuthFactory\getContext(), and getPhpSourceCodePositionInfo().
Referenced by ilTinyMCE\__construct(), ilTinyMCE\_getEditorLanguage(), ilTinyMCE\addCustomRTESupport(), ilTinyMCE\addRTESupport(), ilTinyMCE\addUserTextEditor(), and ilTestPlayerDynamicQuestionSetGUI\showQuestionSelectionCmd().