Config deprecated
class Config extends Config (View source)
deprecated
Constants
PROGRESS_BAR_AUTO_DISPLAY_INTERVAL |
|
DEFAULT_PROGRESS_DELAY |
|
SIMULATE |
|
INTERACTIVE |
|
DECORATED |
|
Properties
protected array | $defaults | from Config |
Methods
Create a new configuration object, and initialize it with the provided nested array containing configuration data.
Return an associative array containing all of the global configuration options and their default values.
Remove the 'options.' prefix from the global options list.
Details
in
Config at line 27
__construct(array $data = [])
Create a new configuration object, and initialize it with the provided nested array containing configuration data.
in
Config at line 38
import($data)
{@inheritdoc}
in
Config at line 46
replace($data)
{@inheritdoc}
in
Config at line 55
combine($data)
{@inheritdoc}
in
Config at line 67
array
getGlobalOptionDefaultValues()
Return an associative array containing all of the global configuration options and their default values.
in
Config at line 84
protected array
trimPrefixFromGlobalOptions(array $globalOptions)
Remove the 'options.' prefix from the global options list.
in
Config at line 99
bool
isSimulated()
deprecated
deprecated
No description
$this
setSimulated(bool $simulated = true)
deprecated
deprecated
No description
bool
isInteractive()
deprecated
deprecated
No description
$this
setInteractive(bool $interactive = true)
deprecated
deprecated
No description
bool
isDecorated()
deprecated
deprecated
No description
$this
setDecorated(bool $decorated = true)
deprecated
deprecated
No description
$this
setProgressBarAutoDisplayInterval(int $interval)
deprecated
deprecated
No description