Method | Description | |
---|---|---|
__construct ( $rawConfig = null, $projectRoot = null ) | ||
getBaseConfig ( ) | ||
getConfigForBranch ( $branchName ) | ||
getDefaultConfig ( ) |
Method | Description | |
---|---|---|
findClass ( $name, $sectionName ) | Sub part of the normalize() | |
findInternalClass ( $name, $sectionName ) | Sub part of the normalize() | |
getClassAndOptions ( $rawConfig, $sectionName ) | Sub part of the normalize() | |
mergeConfig ( $branchName = null ) | ||
normalize ( $config ) | Normalize all config entry to be a normalize class entry: array("class"=>XXX, "options"=>YYY) | |
prepareConfigFor ( $branch ) | ||
validateRootElements ( $config ) |
protected findClass ( $name, $sectionName ) |
protected findInternalClass ( $name, $sectionName ) |
protected getClassAndOptions ( $rawConfig, $sectionName ) |
protected normalize ( $config ) |