Public Member Functions | |
| __construct ($file, $line, $calledFunction) | |
| Constructor. | |
| getFile () | |
| The file in which the call was done. | |
| getLine () | |
| The line of the file in which the call was done. | |
| getCalledFunction () | |
| The function that was called. | |
| getScopingFunction () | |
| The function in which the call was made. | |
| _setPreviousSlice ($previousSlice) | |
| Sets the previous slice. | |
| toString ($sliceNo) | |
| Converts this slice to string. | |
Private Attributes | |
| $file | |
| The file in which the call was done. | |
| $line | |
| The line of the file in which the call was done. | |
| $calledFunction | |
| The function that was called. | |
| $previousSlice | |
| The in which this slice was created. | |
An instance is created for each function call that was performed. Do not instantiate this clas directly! Use spunQ_Backtrace instead.
Definition at line 96 of file Backtrace.class.php.
| spunQ_BacktraceSlice::__construct | ( | $ | file, | |
| $ | line, | |||
| $ | calledFunction | |||
| ) |
Constructor.
| $file | The file in which the call was done. | |
| $line | The line of the file in which the call was done. | |
| $calledFunction | The function that was called. |
Definition at line 124 of file Backtrace.class.php.
| spunQ_BacktraceSlice::_setPreviousSlice | ( | $ | previousSlice | ) |
Sets the previous slice.
| $previousSlice | The previous spunQ_BacktraceSlice object. |
Definition at line 169 of file Backtrace.class.php.
| spunQ_BacktraceSlice::getCalledFunction | ( | ) |
| spunQ_BacktraceSlice::getFile | ( | ) |
The file in which the call was done.
Definition at line 134 of file Backtrace.class.php.
| spunQ_BacktraceSlice::getLine | ( | ) |
The line of the file in which the call was done.
Definition at line 142 of file Backtrace.class.php.
| spunQ_BacktraceSlice::getScopingFunction | ( | ) |
The function in which the call was made.
Definition at line 158 of file Backtrace.class.php.
| spunQ_BacktraceSlice::toString | ( | $ | sliceNo | ) |
Converts this slice to string.
| $sliceNo | The number of this slice. |
Definition at line 179 of file Backtrace.class.php.
1.5.9