AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface::injectManagerSettings PHP Method

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
    public function injectManagerSettings(ManagerSettingsInterface $managerSettings);
ManagerSettingsAwareInterface