コード例 #1
0
ファイル: Installer.php プロジェクト: linuxwhy/tiki-1
 function forget(Tiki_Profile $profile)
 {
     $key = $profile->getProfileKey();
     unset($this->installed[$key]);
     $profile->removeSymbols();
 }