コード例 #1
0
 /**
  * Resets/clears the internal link-cache.
  */
 public function resetLinkCache()
 {
     $this->LinkCache->clear();
     $this->top_lines_processed = false;
     $this->meta_attributes = array();
 }
コード例 #2
0
 /**
  * Resets/clears the internal link-cache.
  */
 public function resetLinkCache()
 {
     $this->LinkCache->clear();
     $this->top_lines_processed = false;
 }