AppserverIo\Appserver\Core\Api\Node\ManagersNodeTrait::setManagers PHP Method

setManagers() public method

Sets the contexts manager configuration.
public setManagers ( array $managers ) : void
$managers array The contexts manager configuration
return void
    public function setManagers($managers)
    {
        $this->managers = $managers;
    }