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

getManagers() public method

Returns the contexts manager configuration.
public getManagers ( ) : array
return array The contexts manager configuration
    public function getManagers()
    {
        return $this->managers;
    }