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

bool
sendAssets()

No description

void
renderLoader()

No description

void
renderBar()

No description

Details

at line 22
void initialize()

No description

Return Value

void

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

No description

Parameters

Throwable $exception
bool $firstTime

Return Value

void

at line 54
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 72
bool sendAssets()

No description

Return Value

bool

at line 78
void renderLoader()

No description

Return Value

void

at line 83
void renderBar()

No description

Return Value

void