web\ErrorHandler renderCallStackItem()

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.

doc_Yii
2016-10-30 17:15:01
Comments
Leave a Comment

Please login to continue.