|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 93 of file class.ilRuntime.php.
References getName(), and getVersion().
Here is the call graph for this function:
|
static |
Definition at line 24 of file class.ilRuntime.php.
References $instance.
Referenced by ilFileDelivery\detemineDeliveryType(), ilErrorHandling\getIlRuntime(), and ilApc\getMemoryLimit().
Here is the caller graph for this function:| ilRuntime::getName | ( | ) |
Definition at line 78 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 101 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::getVersion | ( | ) |
Definition at line 63 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 56 of file class.ilRuntime.php.
| ilRuntime::isHHVM | ( | ) |
Returns true when the runtime used is HHVM.
Definition at line 38 of file class.ilRuntime.php.
References defined.
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 47 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::shouldDisplayErrors | ( | ) |
Definition at line 131 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::shouldLogErrors | ( | ) |
Definition at line 116 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().