Overtrue\Socialite\AttributeTrait::offsetSet PHP 메소드

offsetSet() 공개 메소드

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