phprs\Response::offsetSet PHP 메소드

offsetSet() 공개 메소드

(non-PHPdoc)
또한 보기: ArrayAccess::offsetSet()
public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        Verify::isTrue(false, 'NOT IMPL');
    }