ePages 7.28.0 - DE_EPAGES/MeinPaket/API/Object/MeinPaketSite.pm

Package DE_EPAGES::MeinPaket::API::Object::MeinPaketSite

Object class for MeinPaketSite

Base
DE_EPAGES::ProductPortal::API::Object::PortalSite

Functions

clearTimeOfFirstInternalServerError
logInternalServerError
setTimeOfFirstInternalServerError

clearTimeOfFirstInternalServerError

Sets TimeOfFirstInternalServerError to undef if TimeOfFirstInternalServerError has a value.

Syntax
$Object->clearTimeOfFirstInternalServerError();
$Object->clearTimeOfFirstInternalServerError();

logInternalServerError

Returns 1 if an internal server error should be logged at the current point of time.

Syntax
$Object->logInternalServerError();
$Object->logInternalServerError();
Return
$Should error be logged (bool)
1 if error should be logged, 0 otherwise

setTimeOfFirstInternalServerError

Sets the current time as the TimeOfFirstInternalServerError if TimeOfFirstInternalServerError hasn't been set before.

Syntax
$Object->setTimeOfFirstInternalServerError();
$Object->setTimeOfFirstInternalServerError();