Overtrue\Socialite\Config::offsetGet PHP Метод

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

Offset to retrieve.
С версии: 5.0.0
public offsetGet ( mixed $offset ) : mixed
$offset mixed

The offset to retrieve.

Результат mixed Can return all value types
    public function offsetGet($offset)
    {
        return $this->get($offset);
    }