getTag()); if(isset($this->info[$tag_to_lower])) return; $taginfo->setFile($file); $this->info[$tag_to_lower] = $taginfo; } function findTagInfo($tag) { $tag = strtolower($tag); if(isset($this->info[$tag])) return $this->info[$tag]; } } ?>