ForbiddenApiEndpoint
extends ForbiddenApiEndpoint
in package
Class created by Core/Base/PluginDeploy
Tags
Table of Contents
- $exception : Exception
- $save_crash : bool
- $url : string
- __construct() : mixed
- run() : void
- html() : string
- htmlCard() : string
- setSaveCrash() : void
Properties
$exception
protected
Exception
$exception
$save_crash
protected
bool
$save_crash
= true
$url
protected
string
$url
Methods
__construct()
public
__construct(Exception $exception[, string $url = '' ]) : mixed
Parameters
- $exception : Exception
- $url : string = ''
Return values
mixed —run()
public
run() : void
Return values
void —html()
protected
html(string $title, string $bodyHtml, string $bodyCss) : string
Parameters
- $title : string
- $bodyHtml : string
- $bodyCss : string
Return values
string —htmlCard()
protected
htmlCard(string $title, string $cardBody, string $bodyCss[, string $table = '' ]) : string
Parameters
- $title : string
- $cardBody : string
- $bodyCss : string
- $table : string = ''
Return values
string —setSaveCrash()
protected
setSaveCrash(bool $save) : void
Parameters
- $save : bool