Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ComposerInformation $composerInformation, PhpInformation $phpInformation, VersionParser $versionParser, DataSize $dataSize) | |
checkPhpVersion () | |
checkPhpSettings () | |
checkPhpCronSettings () | |
checkPhpExtensions () | |
checkMemoryLimit () | |
Protected Attributes | |
$dataSize | |
Checks for PHP readiness. It is used by both Cron and Setup wizard.
Definition at line 16 of file PhpReadinessCheck.php.
__construct | ( | ComposerInformation | $composerInformation, |
PhpInformation | $phpInformation, | ||
VersionParser | $versionParser, | ||
DataSize | $dataSize | ||
) |
Constructor
ComposerInformation | $composerInformation | |
PhpInformation | $phpInformation | |
VersionParser | $versionParser | |
DataSize | $dataSize |
Definition at line 48 of file PhpReadinessCheck.php.
checkMemoryLimit | ( | ) |
checkPhpCronSettings | ( | ) |
Checks PHP settings for cron
Definition at line 126 of file PhpReadinessCheck.php.
checkPhpExtensions | ( | ) |
Checks PHP extensions
Definition at line 152 of file PhpReadinessCheck.php.
checkPhpSettings | ( | ) |
Checks PHP settings
Definition at line 99 of file PhpReadinessCheck.php.
checkPhpVersion | ( | ) |
Checks PHP version
Definition at line 65 of file PhpReadinessCheck.php.
|
protected |
Definition at line 38 of file PhpReadinessCheck.php.