AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface::injectManagerSettings PHP Метод

injectManagerSettings() публичный Метод

Inject's the manager settings.
public injectManagerSettings ( AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface $managerSettings ) : void
$managerSettings AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface The manager settings
Результат void
    public function injectManagerSettings(ManagerSettingsInterface $managerSettings);
ManagerSettingsAwareInterface