PHP 클래스 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.
저자: Stuart Herbert ([email protected])
상속: extends DataSift\Stone\ObjectLib\BaseObject
파일 보기 프로젝트 열기: datasift/storyplayer

공개 프로퍼티들

프로퍼티 타입 설명
$appSettings
$phases
$prose
$reports

공개 메소드들

메소드 설명
__construct ( )
checkPhases ( )
checkProse ( )
checkReports ( )
initDefaultConfig ( ) : void

메소드 상세

__construct() 공개 메소드

public __construct ( )

checkPhases() 공개 메소드

public checkPhases ( )

checkProse() 공개 메소드

public checkProse ( )

checkReports() 공개 메소드

public checkReports ( )

initDefaultConfig() 공개 메소드

public initDefaultConfig ( ) : void
리턴 void

프로퍼티 상세

$appSettings 공개적으로 프로퍼티

public $appSettings

$phases 공개적으로 프로퍼티

public $phases

$prose 공개적으로 프로퍼티

public $prose

$reports 공개적으로 프로퍼티

public $reports