ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 21 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 28 of file class.ilRuntime.php.
ilRuntime::__toString | ( | ) |
Definition at line 74 of file class.ilRuntime.php.
References getName(), and getVersion().
ilRuntime::getBinary | ( | ) |
Definition at line 106 of file class.ilRuntime.php.
|
static |
Definition at line 32 of file class.ilRuntime.php.
References null.
Referenced by ILIAS\FileDelivery\Delivery\detemineDeliveryType(), ilErrorHandling\getIlRuntime(), RunTimeTest\testBinaryCanBeRetrieved(), RunTimeTest\testGetNameReturnsPhpWhenRunningOnPhp(), and RunTimeTest\testGetVersionReturnsPhpVersionWhenRunningPhp().
ilRuntime::getName | ( | ) |
Definition at line 65 of file class.ilRuntime.php.
References isHHVM().
Referenced by __toString().
ilRuntime::getReportedErrorLevels | ( | ) |
Definition at line 79 of file class.ilRuntime.php.
References isHHVM().
ilRuntime::getVersion | ( | ) |
Definition at line 56 of file class.ilRuntime.php.
References isHHVM().
Referenced by __toString().
ilRuntime::isFPM | ( | ) |
Definition at line 51 of file class.ilRuntime.php.
ilRuntime::isHHVM | ( | ) |
Definition at line 41 of file class.ilRuntime.php.
Referenced by getName(), getReportedErrorLevels(), getVersion(), isPHP(), shouldDisplayErrors(), and shouldLogErrors().
ilRuntime::isPHP | ( | ) |
Definition at line 46 of file class.ilRuntime.php.
References isHHVM().
ilRuntime::shouldDisplayErrors | ( | ) |
Definition at line 97 of file class.ilRuntime.php.
References isHHVM().
ilRuntime::shouldLogErrors | ( | ) |
Definition at line 88 of file class.ilRuntime.php.
References isHHVM().
|
staticprivate |
Definition at line 23 of file class.ilRuntime.php.