public function clear()
 {
     if (!empty($this->_data)) {
         parent::clear();
         $this->modified();
     }
 }