SYSTEM\SECURITY\User =============== * Class name: User * Namespace: SYSTEM\SECURITY Properties ---------- ### $id public mixed $id = NULL * Visibility: **public** ### $username public mixed $username = NULL * Visibility: **public** ### $email public mixed $email = NULL * Visibility: **public** ### $creationDate public mixed $creationDate = NULL * Visibility: **public** ### $lastLoginDate public mixed $lastLoginDate = NULL * Visibility: **public** ### $lastLoginIP public mixed $lastLoginIP = NULL * Visibility: **public** ### $passwordWrongCount public mixed $passwordWrongCount = NULL * Visibility: **public** ### $rights public mixed $rights = NULL * Visibility: **public** ### $locale public mixed $locale = NULL * Visibility: **public** ### $base_url public mixed $base_url = NULL * Visibility: **public** Methods ------- ### __construct mixed SYSTEM\SECURITY\User::__construct($id, $username, $email, $creationDate, $lastLoginDate, $lastLoginIP, $passwordWrongCount, $rights, $locale, $base_url) * Visibility: **public** #### Arguments * $id **mixed** * $username **mixed** * $email **mixed** * $creationDate **mixed** * $lastLoginDate **mixed** * $lastLoginIP **mixed** * $passwordWrongCount **mixed** * $rights **mixed** * $locale **mixed** * $base_url **mixed**