ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
isHHVM () | |
Returns true when the runtime used is HHVM. More... | |
isPHP () | |
Returns true when the runtime used is PHP. More... | |
isFPM () | |
getVersion () | |
getName () | |
__toString () | |
A string representation of the runtime. More... | |
getReportedErrorLevels () | |
shouldLogErrors () | |
shouldDisplayErrors () | |
Static Public Member Functions | |
static | getInstance () |
Private Member Functions | |
__construct () | |
The runtime is a constant state during one request, so please use the public static getInstance() to instantiate the runtime. More... | |
Static Private Attributes | |
static | $instance = null |
Definition at line 9 of file class.ilRuntime.php.
|
private |
The runtime is a constant state during one request, so please use the public static getInstance() to instantiate the runtime.
Definition at line 19 of file class.ilRuntime.php.
ilRuntime::__toString | ( | ) |
A string representation of the runtime.
Definition at line 89 of file class.ilRuntime.php.
References getName(), and getVersion().
|
static |
Definition at line 26 of file class.ilRuntime.php.
Referenced by ILIAS\FileDelivery\Delivery\detemineDeliveryType(), ilErrorHandling\getIlRuntime(), and ilApc\getMemoryLimit().
ilRuntime::getName | ( | ) |
Definition at line 77 of file class.ilRuntime.php.
References isHHVM().
Referenced by __toString().
ilRuntime::getReportedErrorLevels | ( | ) |
Definition at line 97 of file class.ilRuntime.php.
References isHHVM().
ilRuntime::getVersion | ( | ) |
Definition at line 65 of file class.ilRuntime.php.
References isHHVM().
Referenced by __toString().
ilRuntime::isFPM | ( | ) |
Definition at line 57 of file class.ilRuntime.php.
ilRuntime::isHHVM | ( | ) |
Returns true when the runtime used is HHVM.
Definition at line 39 of file class.ilRuntime.php.
References defined.
Referenced by getName(), getReportedErrorLevels(), getVersion(), isPHP(), shouldDisplayErrors(), and shouldLogErrors().
ilRuntime::isPHP | ( | ) |
Returns true when the runtime used is PHP.
Definition at line 48 of file class.ilRuntime.php.
References isHHVM().
ilRuntime::shouldDisplayErrors | ( | ) |
Definition at line 121 of file class.ilRuntime.php.
References isHHVM().
ilRuntime::shouldLogErrors | ( | ) |
Definition at line 109 of file class.ilRuntime.php.
References isHHVM().
|
staticprivate |
Definition at line 14 of file class.ilRuntime.php.