/**
  * Constructor
  *
  * @access public
  * @return
  */
 public function ChangesMemoryWrapper()
 {
     $this->changes = array();
     $this->step = 0;
     parent::HierarchyCache();
 }