Метод | Описание | |
---|---|---|
getBaseDirectory ( ) : string | Return's the base directory which may contain additional configuration informations. | |
mergeWithParams ( array $params ) : void | Merge the passed params with the settings. | |
setBaseDirectory ( string $baseDirectory ) : void | Set's the base directory which may contain additional configuration informations. |
public getBaseDirectory ( ) : string | ||
Результат | string | The base directory |
public mergeWithParams ( array $params ) : void | ||
$params | array | The associative array with the params to merge |
Результат | void |
public setBaseDirectory ( string $baseDirectory ) : void | ||
$baseDirectory | string | The base directory |
Результат | void |