renderCallStackItem() public method
Renders a single call stack element.
public string renderCallStackItem ( $file, $line, $class, $method, $args, $index ) | ||
---|---|---|
$file | string|null |
Name where call has happened. |
$line | integer|null |
Number on which call has happened. |
$class | string|null |
Called class name. |
$method | string|null |
Called function/method name. |
$args | array |
Array of method arguments. |
$index | integer |
Number of the call stack element. |
return | string |
HTML content of the rendered call stack element. |
Please login to continue.