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

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$managers array The contexts manager configuration.

Public Methods

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

Method Details

getManagers() public method

Returns the contexts manager configuration.
public getManagers ( ) : array
return array The contexts manager configuration

setManagers() public method

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

Property Details

$managers protected property

The contexts manager configuration.
protected array $managers
return array