uawdijnntqw1x1x1
IP : 216.73.216.74
Hostname : www.vorobey-market.ru
Kernel : Linux www.vorobey-market.ru 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
bitrix
/
vorobey-clubru
/
bitrix
/
modules
/
main
/
lib
/
authentication
/
context.php
/
/
<?php /** * Bitrix Framework * @package bitrix * @subpackage main * @copyright 2001-2017 Bitrix */ namespace Bitrix\Main\Authentication; class Context { protected $userId; public function __construct() { } public function getUserId() { return $this->userId; } public function setUserId($userId) { $this->userId = $userId; return $this; } }
/home/bitrix/vorobey-clubru/bitrix/modules/main/lib/authentication/context.php