PHPDaemon\Network\Server::onDisable PHP Метод

onDisable() защищенный Метод

Called when ConnectionPool is now disabled
protected onDisable ( ) : void
Результат void
    protected function onDisable()
    {
        if ($this->bound) {
            $this->bound->each('disable');
        }
    }