AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface::injectManagerSettings PHP Méthode

injectManagerSettings() public méthode

Inject's the manager settings.
public injectManagerSettings ( AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface $managerSettings ) : void
$managerSettings AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface The manager settings
Résultat void
    public function injectManagerSettings(ManagerSettingsInterface $managerSettings);
ManagerSettingsAwareInterface