Overtrue\Socialite\Config::offsetSet PHP Méthode

offsetSet() public méthode

Offset to set.
public offsetSet ( mixed $offset, mixed $value )
$offset mixed

The offset to assign the value to.

$value mixed

The value to set.

    public function offsetSet($offset, $value)
    {
        $this->set($offset, $value);
    }