PHP Trait AppserverIo\Appserver\Core\Api\Node\ManagersNodeTrait

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$managers array The contexts manager configuration.

Méthodes publiques

Méthode Description
getManagers ( ) : array Returns the contexts manager configuration.
setManagers ( array $managers ) : void Sets the contexts manager configuration.

Method Details

getManagers() public méthode

Returns the contexts manager configuration.
public getManagers ( ) : array
Résultat array The contexts manager configuration

setManagers() public méthode

Sets the contexts manager configuration.
public setManagers ( array $managers ) : void
$managers array The contexts manager configuration
Résultat void

Property Details

$managers protected_oe property

The contexts manager configuration.
protected array $managers
Résultat array