PHP 인터페이스 AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface

파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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.

메소드 상세

getBaseDirectory() 공개 메소드

Return's the base directory which may contain additional configuration informations.
public getBaseDirectory ( ) : string
리턴 string The base directory

mergeWithParams() 공개 메소드

Merge the passed params with the settings.
public mergeWithParams ( array $params ) : void
$params array The associative array with the params to merge
리턴 void

setBaseDirectory() 공개 메소드

Set's the base directory which may contain additional configuration informations.
public setBaseDirectory ( string $baseDirectory ) : void
$baseDirectory string The base directory
리턴 void