PHP Class AppserverIo\Appserver\Application\StandardManagerSettings

Inheritance: extends AppserverIo\Storage\GenericStackable, implements AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface
Afficher le fichier Open project: appserver-io/appserver Class Usage Examples

Protected Properties

Свойство Type Description
$baseDirectory string The base directory which may contain additional configuration informations.

Méthodes publiques

Méthode Description
getBaseDirectory ( ) : string Return's the base directory which may contain additional configuration informations.
mergeWithParams ( array $params ) : void Merge the passed params with the default settings.
setBaseDirectory ( string $baseDirectory ) : void Set's the base directory which may contain additional configuration informations.

Method Details

getBaseDirectory() public méthode

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

mergeWithParams() public méthode

Merge the passed params with the default settings.
public mergeWithParams ( array $params ) : void
$params array The associative array with the params to merge
Résultat void

setBaseDirectory() public méthode

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

Property Details

$baseDirectory protected_oe property

The base directory which may contain additional configuration informations.
protected string $baseDirectory
Résultat string