Airship\Engine\Keyggdrasil::doUpdate PHP Method

doUpdate() public method

This updates our keys for each channel.
public doUpdate ( )
    public function doUpdate()
    {
        if (empty($this->channelCache)) {
            return;
        }
        foreach ($this->channelCache as $chan) {
            $this->updateChannel($chan);
        }
    }