コード例 #1
0
ファイル: Cache.php プロジェクト: cannking/vtigercrm-debug
 public function setAdminUserId($userId)
 {
     if (self::$cacheEnable) {
         self::$_admin_user_id = $userId;
     }
 }