Ejemplo n.º 1
0
 function offsetUnset($offset)
 {
     parent::offsetUnset($offset);
     if ($this->Parameters->exists('hash')) {
         $offset = $this->hash($offset);
     }
     $this->remove($offset);
 }
Ejemplo n.º 2
0
 public function offsetUnset($offset)
 {
     $this->dirty();
     parent::offsetUnset($offset);
 }