Kraken\Channel\Model\Zmq\Connection\ConnectionPool::register PHP Метод

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

protected register ( array $current = [] ) : mixed[]
$current array
Результат mixed[]
    protected function register($current = [])
    {
        return ['timestampIn' => $this->getNow() + $this->keepaliveOffset, 'timestampOut' => isset($current['timestampOut']) ? $current['timestampOut'] : 0];
    }