Overtrue\Socialite\AttributeTrait::offsetSet PHP Method

offsetSet() public method

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