Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getRequiredMinimumXDebugNestedLevel () | |
getCurrent () | |
Data Fields | |
const | XDEBUG_NESTED_LEVEL = 200 |
Protected Attributes | |
$current = [] | |
Class PhpInformation
Provides information and checks about the current and required PHP settings.
Definition at line 14 of file PhpInformation.php.
getCurrent | ( | ) |
Retrieve list of currently installed extensions
Definition at line 43 of file PhpInformation.php.
getRequiredMinimumXDebugNestedLevel | ( | ) |
Returns minimum required XDebug nested level
Definition at line 33 of file PhpInformation.php.
|
protected |
Definition at line 27 of file PhpInformation.php.
const XDEBUG_NESTED_LEVEL = 200 |
Allowed XDebug nested level
Definition at line 20 of file PhpInformation.php.