|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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... | |
| 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 85 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 ilApc\getMemoryLimit(), ilErrorHandling\handleRuntimeErrors(), and ilErrorHandling\ilErrorHandling().
Here is the caller graph for this function:| ilRuntime::getName | ( | ) |
Definition at line 70 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 93 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::getVersion | ( | ) |
Definition at line 55 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::isHHVM | ( | ) |
Returns true when the runtime used is HHVM.
Definition at line 38 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 47 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::shouldDisplayErrors | ( | ) |
Definition at line 123 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::shouldLogErrors | ( | ) |
Definition at line 108 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().