Class TfishUser
User object class.
Represents a user. Since Tuskfish is a single-user system, this class will probably be deprecated in due course.
		
		
		
		Package: user
Copyright: Simon Wilkinson 2013-2017 (https://tuskfish.biz)
License: GNU General Public License (GPL) V2
Author: Simon Wilkinson simon@isengard.biz
Version: Release: 1.0
Since: 1.0
Located at trust_path/libraries/tuskfish/class/TfishUser.php
	
		Copyright: Simon Wilkinson 2013-2017 (https://tuskfish.biz)
License: GNU General Public License (GPL) V2
Author: Simon Wilkinson simon@isengard.biz
Version: Release: 1.0
Since: 1.0
Located at trust_path/libraries/tuskfish/class/TfishUser.php
Methods summary
				 public 
				mixed|null
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			|
				 public 
				boolean
				
				
			 | 
			
Properties summary
				protected  
				array
			 | 
			
					$__data
				 $__data Array holding values of this object's properties.  | 
			
				 
					#
					 
			array(
    'id',
    'admin_email',
    'password_hash',
    'user_salt',
    'user_group',
    'yubikey_id',
    'yubikey_id2',
    'login_errors'
)
				 | 
		
Magic properties
				public  
				integer
			 | 
			
					$id
				 ID of this user  | 
		
				public  
				string
			 | 
			
					$admin_email
				 email address of this user  | 
		
				public  
				string
			 | 
			
					$password_hash
				 | 
		
				public  
				integer
			 | 
			
					$user_group
				 |