/**
  * @param $is_dirty
  */
 function set_dirty($is_dirty)
 {
     $this->_parent->set_dirty($is_dirty);
 }