ZF-8902: add Proxy to __unset Zend_Db_Table_Row_Abstract::offsetUnset($offset)
Description
public function offsetUnset($offset)
{
return $this->__unset($offset);
}
public function offsetUnset($offset)
{
return $this->__unset($offset);
}
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-01-22T04:57:23.000+0000
Reassigned to Ralph Schindler.
Posted by Ramon Henrique Ornelas (ramon) on 2010-01-22T04:58:42.000+0000
Attached patch
Posted by Mickael Perraud (mikaelkael) on 2010-01-24T07:34:20.000+0000
Fixed in trunk r20570 and merge in 1.10 branch with r20571