/**
  * Resets internal objects
  *
  * @since 1.9.1.1
  */
 public function clear()
 {
     parent::clear();
     $this->m_semdata = array();
     $this->m_sdstate = array();
     $this->propertyTableInfoFetcher = null;
     $this->getObjectIds()->clearCaches();
 }
Beispiel #2
0
 /**
  * Resets internal objects
  *
  * @since 1.9.1.1
  */
 public function clear()
 {
     parent::clear();
     $this->m_semdata = array();
     $this->m_sdstate = array();
     self::$prop_tables = null;
     $this->getObjectIds()->clearCaches();
 }