Skip to content

Record::constDebug

James Cobban edited this page Feb 19, 2021 · 2 revisions

$record->constDebug($className, $parms)

Up: class Record

This protected method adds a standard description of how a constructor was called to global $warn if $debug is true. This information includes the sequence of function calls that led up to invoking the constructor.

parameter description
$className The name of the class whose constructor this is called from.
$parms The parameters with which the constructor was called.

Next: $record->debugBacktrace()

Clone this wiki locally