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, array $context = null)

No description

bool
sendAssets()

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 58
void handleError(int $severity, string $message, string $file, int $line, array $context = null)

No description

Parameters

int $severity
string $message
string $file
int $line
array $context

Return Value

void

at line 81
bool sendAssets()

No description

Return Value

bool

at line 87
void renderLoader()

No description

Return Value

void

at line 92
void renderBar()

No description

Return Value

void