PHP Class DataSift\Storyplayer\Cli\DefaultConfig
1: the default config is defined in here
2: we merge in config from config files
3: we override config with command-line params
The StaticConfigManager class is where you'll find all of the logic
for loading data.
Injectables\ActiveConfigSupport is where you'll find all of the logic
for merging data from config files.
Cli\Common\DefinesSupport is where you'll find all of the logic for
merging data from the command-line params (-D switch)
ALL of the public properties on this object are data bags of one kind
or another.
Mostrar archivo
Open project: datasift/storyplayer
Public Properties
Public Methods
Method Details
__construct()
public method
checkPhases()
public method
checkProse()
public method
checkReports()
public method
initDefaultConfig()
public method
Property Details
$appSettings public_oe property
$phases public_oe property
$prose public_oe property
$reports public_oe property