web_user_id = self::getWebUserId(); $this->objUserModel = new UserModel($this->web_user_id ); parent::__construct($this->objUserModel); } /** * @description this value is set by hura.js for anonymous web users * @return string */ public static function getWebUserId() { return Cookie::get("uID", ''); } }