示例#1
0
 function isKeyInstalled($domain, $profile)
 {
     return array_key_exists(Tiki_Profile::getProfileKeyFor($domain, $profile), $this->installed);
 }