Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
bootstrap () | |
run () | |
Static Public Member Functions | |
static | main () |
Protected Member Functions | |
_detectMode () | |
_detectHomeDirectory ($mustExist=true, $returnMessages=true) | |
_detectStorageDirectory ($mustExist=true, $returnMessages=true) | |
_detectConfigFile ($mustExist=true, $returnMessages=true) | |
_setupPHPRuntime () | |
_setupToolRuntime () | |
_tryClientLoad () | |
_runError () | |
_runInfo () | |
_runSetup () | |
_runSetupStorageDirectory () | |
_runSetupConfigFile () | |
_runSetupMoreInfo () | |
_runTool () | |
_logMessage ($message, $storeMessage=true) | |
Protected Attributes | |
$_clientLoaded = false | |
$_mode = 'runTool' | |
$_messages = array() | |
$_homeDirectory = null | |
$_storageDirectory = null | |
$_configFile = null | |
|
protected |
_detectConfigFile() - Detect config file location from a variety of possibilities
bool | $mustExist | Should the returned value already exist in the file system |
bool | $returnMessages | Should it log messages for output later |
Definition at line 258 of file zf.php.
|
protected |
_detectHomeDirectory() - detect the home directory in a variety of different places
bool | $mustExist | Should the returned value already exist in the file system |
bool | $returnMessages | Should it log messages for output later |
Definition at line 164 of file zf.php.
|
protected |
Definition at line 129 of file zf.php.
|
protected |
_detectStorageDirectory() - Detect where the storage directory is from a variaty of possiblities
bool | $mustExist | Should the returned value already exist in the file system |
bool | $returnMessages | Should it log messages for output later |
Definition at line 222 of file zf.php.
|
protected |
_logMessage() - Internal method used to log setup and information messages.
string | $message | |
bool | $storeMessage |
Definition at line 610 of file zf.php.
|
protected |
_runError() - Output the error screen that tells the user that the tool was not setup in a sane way
Definition at line 402 of file zf.php.
|
protected |
_runInfo() - this command will produce information about the setup of this script and Zend_Tool
Definition at line 437 of file zf.php.
|
protected |
_runSetup() - parse the request to see which setup command to run
Definition at line 458 of file zf.php.
|
protected |
|
protected |
_runSetupMoreInfo() - return more information about what can be setup, and what is setup
Definition at line 531 of file zf.php.
|
protected |
_runSetupStorageDirectory() - if the storage directory does not exist, create it
Definition at line 480 of file zf.php.
|
protected |
_runTool() - This is where the magic happens, dispatch Zend_Tool
Definition at line 585 of file zf.php.
|
protected |
_setupPHPRuntime() - parse the config file if it exists for php ini values to set
Definition at line 303 of file zf.php.
|
protected |
_setupToolRuntime() - setup the tools include_path and load the proper framwork parts that enable Zend_Tool to work.
|
protected |
_tryClientLoad() - Attempt to load the Zend_Tool_Framework_Client_Console to enable the tool to run.
This method will return false if its not loaded to allow the consumer to alter the environment in such a way that it can be called again to try loading the proper file/class.
Definition at line 380 of file zf.php.
bootstrap | ( | ) |
Definition at line 82 of file zf.php.
|
static |