示例#1
0
 function forget(Tiki_Profile $profile)
 {
     $key = $profile->getProfileKey();
     unset($this->installed[$key]);
     $profile->removeSymbols();
 }