예제 #1
0
 /**
  * Cleanup circular references
  *
  * Destructor should be called explicitly in order to work around the PHP bug
  * https://bugs.php.net/bug.php?id=62468
  */
 public function __destruct()
 {
     $this->_cacheLoadedSections = array();
     $this->_prototype = null;
     parent::__destruct();
 }