phprs\Response::offsetSet PHP Метод

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

(non-PHPdoc)
См. также: ArrayAccess::offsetSet()
public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        Verify::isTrue(false, 'NOT IMPL');
    }