ILIAS
Release_4_4_x_branch Revision 61816
|
Go to the source code of this file.
Namespaces | |
namespace | 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 | |
pr ($var, $name= '') | |
shortcut for print_r | |
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) | |
getPhpSourceCodePositionInfo ($backjumps=0) | |
returns an array containing function information from backtrace (the optional backjump param conrols the level in backtrace) |
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.
References $file.
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\CONTEXT_CRON, and 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\CONTEXT_CRON, ilAuthFactory\getContext(), and getPhpSourceCodePositionInfo().
Referenced by ilTinyMCE\_getEditorLanguage(), ilTinyMCE\addCustomRTESupport(), ilTinyMCE\addRTESupport(), ilTinyMCE\addUserTextEditor(), ilTinyMCE\ilTinyMCE(), and ilTestPlayerDynamicQuestionSetGUI\showQuestionSelectionCmd().