AppserverIo\Appserver\Core\Api\Node\ManagersNodeTrait::setManagers PHP 메소드

setManagers() 공개 메소드

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