phpQueryObject::offsetSet PHP Method

offsetSet() public method

public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        //		$this->find($offset)->replaceWith($value);
        $this->find($offset)->html($value);
    }