Class BaseShellHelper
CakePHP(tm) : Rapid Development Framework (https://cakephp.org) Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Licensed under The MIT License For full copyright and license information, please see the LICENSE.txt Redistributions of files must retain the above copyright notice.
Direct Subclasses
Abstract
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Link: CakePHP(tm) Project
Since: 2.8
License: MIT License
Location: Cake/Console/Helper/BaseShellHelper.php
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Link: CakePHP(tm) Project
Since: 2.8
License: MIT License
Location: Cake/Console/Helper/BaseShellHelper.php
Properties summary
-
$_config
protectedarray
Runtime config -
$_configInitialized
protectedboolean
Whether the config property has already been configured with defaults -
$_consoleOutput
protectedConsoleOutput instance. -
$_defaultConfig
protectedarray
Default config for this helper.
Method Summary
-
__construct() public
Constructor. -
config() public
Initialize config & store config values -
output() abstract public
This method should output content using$this->_consoleOutput
.
Method Detail
__construct() public ¶
__construct( ConsoleOutput
$consoleOutput , array $config = array() )
Constructor.
Parameters
-
ConsoleOutput
$consoleOutput - The ConsoleOutput instance to use.
- array $config optional array()
- The settings for this helper.
Properties detail
$_configInitialized ¶
protected
boolean
Whether the config property has already been configured with defaults
false