PHP Interface AppserverIo\Appserver\Application\Interfaces\ManagerSettingsAwareInterface

Inheritance: extends AppserverIo\Appserver\Naming\InitialContextAwareInterface
Afficher le fichier Open project: appserver-io/appserver Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

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