Config
class Config extends ConfigOverlay implements GlobalOptionDefaultValuesInterface (View source)
Constants
PROGRESS_BAR_AUTO_DISPLAY_INTERVAL |
|
DEFAULT_PROGRESS_DELAY |
|
SIMULATE |
|
INTERACTIVE |
|
DECORATED |
|
Properties
protected array | $defaults |
Methods
Create a new configuration object, and initialize it with the provided nested array containing configuration data.
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
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
__construct(array $data = [])
Create a new configuration object, and initialize it with the provided nested array containing configuration data.
import($data)
{@inheritdoc}
replace($data)
{@inheritdoc}
combine($data)
{@inheritdoc}
array
getGlobalOptionDefaultValues()
Return an associative array containing all of the global configuration options and their default values.
protected array
trimPrefixFromGlobalOptions(array $globalOptions)
Remove the 'options.' prefix from the global options list.
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