|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilRuntime:
Collaboration diagram for ilRuntime: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().
Here is the call graph for this function:| ilRuntime::getBinary | ( | ) |
Definition at line 106 of file class.ilRuntime.php.
|
static |
Definition at line 32 of file class.ilRuntime.php.
References $instance.
Referenced by ILIAS\FileDelivery\Delivery\detemineDeliveryType(), ilErrorHandling\getIlRuntime(), RunTimeTest\testBinaryCanBeRetrieved(), RunTimeTest\testGetNameReturnsPhpWhenRunningOnPhp(), and RunTimeTest\testGetVersionReturnsPhpVersionWhenRunningPhp().
Here is the caller graph for this function:| ilRuntime::getName | ( | ) |
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::getReportedErrorLevels | ( | ) |
Definition at line 79 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::getVersion | ( | ) |
Definition at line 56 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 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().
Here is the caller graph for this function:| ilRuntime::isPHP | ( | ) |
Definition at line 46 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::shouldDisplayErrors | ( | ) |
Definition at line 97 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:| ilRuntime::shouldLogErrors | ( | ) |
Definition at line 88 of file class.ilRuntime.php.
References isHHVM().
Here is the call graph for this function:
|
staticprivate |
Definition at line 23 of file class.ilRuntime.php.
Referenced by getInstance().