PHP Interface AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface

Inheritance: extends AppserverIo\Appserver\Naming\InitialContextAwareInterface
Show file Open project: appserver-io/appserver Interface Usage Examples

Public Methods

Method Description
getManagerSettings ( ) : AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface Return's the manager settings.
injectManagerSettings ( AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface $managerSettings ) : void Inject's the manager settings.

Method Details

getManagerSettings() public method

Return's the manager settings.
public getManagerSettings ( ) : AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface
return AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface The manager settings

injectManagerSettings() public method

Inject's the manager settings.
public injectManagerSettings ( AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface $managerSettings ) : void
$managerSettings AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface The manager settings
return void