1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Fix comments in ChatLocation

This commit is contained in:
Tim Düsterhus 2013-05-13 19:31:57 +03:00
parent 9bccbe4ba5
commit 7f07fbfd13

View File

@ -9,16 +9,16 @@
* @copyright 2010-2013 Tim Düsterhus * @copyright 2010-2013 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package be.bastelstu.chat * @package be.bastelstu.chat
* @subpackage page * @subpackage system.user.online.location
*/ */
class ChatLocation implements \wcf\system\user\online\location\IUserOnlineLocation { class ChatLocation implements \wcf\system\user\online\location\IUserOnlineLocation {
/** /**
* @see wcf\system\user\online\location\IUserOnlineLocation::cache() * @see \wcf\system\user\online\location\IUserOnlineLocation::cache()
*/ */
public function cache(\wcf\data\user\online\UserOnline $user) {} public function cache(\wcf\data\user\online\UserOnline $user) {}
/** /**
* @see wcf\system\user\online\location\IUserOnlineLocation::get() * @see \wcf\system\user\online\location\IUserOnlineLocation::get()
*/ */
public function get(\wcf\data\user\online\UserOnline $user, $languageVariable = '') { public function get(\wcf\data\user\online\UserOnline $user, $languageVariable = '') {
$cache = data\room\Room::getCache(); $cache = data\room\Room::getCache();