Icicle\Concurrent\Worker\BasicEnvironment::offsetGet PHP Метод

offsetGet() публичный Метод

Alias of get().
public offsetGet ( string $key ) : mixed
$key string
Результат mixed
    public function offsetGet($key)
    {
        return $this->get($key);
    }