web\ErrorHandler createHttpStatusLink()

createHttpStatusLink() public method

Creates HTML containing link to the page with the information on given HTTP status code.

public string createHttpStatusLink ( $statusCode, $statusDescription )
$statusCode integer

To be used to generate information link.

$statusDescription string

Description to display after the the status code.

return string

Generated HTML with HTTP status code information.

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

Please login to continue.