コード例 #1
0
ファイル: Dog_PrivServer.php プロジェクト: sinfocol/gwf3
 public static function flushPermcache(Dog_Server $server, Dog_User $user)
 {
     $user->unsetVar("dsp_{$server->getID()}");
 }
コード例 #2
0
ファイル: Dog_PrivChannel.php プロジェクト: sinfocol/gwf3
 public static function flushPermcache(Dog_Channel $channel, Dog_User $user)
 {
     $user->unsetVar("dcp_{$channel->getID()}");
 }