| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 26 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 33 of file class.ilRuntime.php.
| ilRuntime::__toString | ( | ) | 
Definition at line 79 of file class.ilRuntime.php.
References getName(), and getVersion().
 Here is the call graph for this function:| ilRuntime::getBinary | ( | ) | 
Definition at line 111 of file class.ilRuntime.php.
      
  | 
  static | 
Definition at line 37 of file class.ilRuntime.php.
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 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 84 of file class.ilRuntime.php.
References isHHVM().
 Here is the call graph for this function:| ilRuntime::getVersion | ( | ) | 
Definition at line 61 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 | ( | ) | 
Definition at line 46 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 51 of file class.ilRuntime.php.
References isHHVM().
 Here is the call graph for this function:| ilRuntime::shouldDisplayErrors | ( | ) | 
Definition at line 102 of file class.ilRuntime.php.
References isHHVM().
 Here is the call graph for this function:| ilRuntime::shouldLogErrors | ( | ) | 
Definition at line 93 of file class.ilRuntime.php.
References isHHVM().
 Here is the call graph for this function:
      
  | 
  staticprivate | 
Definition at line 28 of file class.ilRuntime.php.