FacturaScripts

MissingApiVersion extends ErrorController
in package

Table of Contents

Properties

$exception  : Exception
$info  : array<string|int, mixed>
$url  : string

Methods

__construct()  : mixed
run()  : void
canShowDebugInfo()  : bool
canShowDeployButtons()  : bool
html()  : string
htmlCodeFragmentCard()  : string
htmlContainer()  : string
htmlErrorCard()  : string
htmlLogCard()  : string
response()  : Response
save()  : void

Properties

Methods

__construct()

public __construct(Exception $exception[, string $url = '' ]) : mixed
Parameters
$exception : Exception
$url : string = ''

canShowDebugInfo()

protected canShowDebugInfo() : bool
Return values
bool

canShowDeployButtons()

protected canShowDeployButtons() : bool
Return values
bool

html()

protected html(string $title, string $body) : string
Parameters
$title : string
$body : string
Return values
string

htmlCodeFragmentCard()

protected htmlCodeFragmentCard() : string
Return values
string

htmlContainer()

protected htmlContainer(string $content) : string
Parameters
$content : string
Return values
string

htmlErrorCard()

protected htmlErrorCard(string $content[, bool $report_btn = false ][, bool $action_buttons = false ]) : string
Parameters
$content : string
$report_btn : bool = false
$action_buttons : bool = false
Return values
string

htmlLogCard()

protected htmlLogCard() : string
Return values
string

        
On this page

Search results