Class

CurrentUser

Package: PHPBoost\User Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2019 02 10 Since: PHPBoost 3.0 - 2012 03 31 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Located at: phpboost/user/CurrentUser.class.php

This class represente the current user

User
Extended by CurrentUser
Methods summary
public static
public
# __construct( SessionData $session )
protected
# build_groups( SessionData $session )
public
# check_level( $level )
public
# check_auth( $array_auth_groups, $authorization_bit )
public
# check_max_value( $key_auth, $max_value_compare = 0 )
public
# update_theme( string $theme )

Modify the theme for guest in the database (sessions table).

public
# update_lang( string $lang )

Modify the lang for guest in the database (sessions table).

public