final class ProductionStrategy

internal  
 

Methods

void
initialize()

No description

void
handleException(Throwable $exception, bool $firstTime)

No description

void
handleError(int $severity, string $message, string $file, int $line)

No description

void
dispatch()

No description

void
renderLoader()

No description

void
renderBar()

No description

Details

at line 20
void initialize()

No description

Return Value

void

at line 28
void handleException(Throwable $exception, bool $firstTime)

No description

Parameters

Throwable $exception
bool $firstTime

Return Value

void

at line 52
void handleError(int $severity, string $message, string $file, int $line)

No description

Parameters

int $severity
string $message
string $file
int $line

Return Value

void

at line 70
void dispatch()

No description

Return Value

void

at line 75
void renderLoader()

No description

Return Value

void

at line 80
void renderBar()

No description

Return Value

void