PHPDaemon\Servers\IRCBouncer\Pool::applyConfig PHP Method

applyConfig() public method

public applyConfig ( )
    public function applyConfig()
    {
        parent::applyConfig();
        $this->protologging = (bool) $this->config->protologging->value;
        if (isset($this->client)) {
            $this->client->protologging = $this->protologging;
        }
    }