ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
isHHVM () | |
isPHP () | |
isFPM () | |
getVersion () | |
getName () | |
__toString () | |
getReportedErrorLevels () | |
shouldLogErrors () | |
shouldDisplayErrors () | |
getBinary () | |
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 self | $instance = null |
Definition at line 26 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 33 of file class.ilRuntime.php.
ilRuntime::__toString | ( | ) |
Definition at line 79 of file class.ilRuntime.php.
References getName(), and getVersion().
ilRuntime::getBinary | ( | ) |
Definition at line 111 of file class.ilRuntime.php.
|
static |
Definition at line 37 of file class.ilRuntime.php.
Referenced by ILIAS\FileDelivery\Delivery\detemineDeliveryType(), ilErrorHandling\getIlRuntime(), ilApc\getMemoryLimit(), RunTimeTest\testBinaryCanBeRetrieved(), RunTimeTest\testGetNameReturnsPhpWhenRunningOnPhp(), and RunTimeTest\testGetVersionReturnsPhpVersionWhenRunningPhp().
ilRuntime::getName | ( | ) |
Definition at line 70 of file class.ilRuntime.php.
References isHHVM().
Referenced by __toString().
ilRuntime::getReportedErrorLevels | ( | ) |
Definition at line 84 of file class.ilRuntime.php.
References isHHVM().
ilRuntime::getVersion | ( | ) |
Definition at line 61 of file class.ilRuntime.php.
References isHHVM().
Referenced by __toString().
ilRuntime::isFPM | ( | ) |
Definition at line 56 of file class.ilRuntime.php.
ilRuntime::isHHVM | ( | ) |
Definition at line 46 of file class.ilRuntime.php.
Referenced by getName(), getReportedErrorLevels(), getVersion(), isPHP(), shouldDisplayErrors(), and shouldLogErrors().
ilRuntime::isPHP | ( | ) |
Definition at line 51 of file class.ilRuntime.php.
References isHHVM().
ilRuntime::shouldDisplayErrors | ( | ) |
Definition at line 102 of file class.ilRuntime.php.
References isHHVM().
ilRuntime::shouldLogErrors | ( | ) |
Definition at line 93 of file class.ilRuntime.php.
References isHHVM().
|
staticprivate |
Definition at line 28 of file class.ilRuntime.php.