|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilRuntime: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().
Here is the call graph for this function:
|
static |
Definition at line 26 of file class.ilRuntime.php.
References $instance.
Referenced by ILIAS\FileDelivery\Delivery\detemineDeliveryType(), ilErrorHandling\getIlRuntime(), and ilApc\getMemoryLimit().
Here is the caller graph for this function:| ilRuntime::getName | ( | ) |
Definition at line 77 of file class.ilRuntime.php.
References isHHVM().
Referenced by __toString().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRuntime::getReportedErrorLevels | ( | ) |
Definition at line 97 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::getVersion | ( | ) |
Definition at line 65 of file class.ilRuntime.php.
References isHHVM().
Referenced by __toString().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Referenced by getName(), getReportedErrorLevels(), getVersion(), isPHP(), shouldDisplayErrors(), and shouldLogErrors().
Here is the caller graph for this function:| ilRuntime::isPHP | ( | ) |
Returns true when the runtime used is PHP.
Definition at line 48 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::shouldDisplayErrors | ( | ) |
Definition at line 121 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::shouldLogErrors | ( | ) |
Definition at line 109 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:
|
staticprivate |
Definition at line 14 of file class.ilRuntime.php.
Referenced by getInstance().