UserPrivacy
        
        extends Model
    
    
            
            in package
            
        
    
    
            
            Uses
                            HasEntity                    
    
Class UserPrivacy.
Tags
Table of Contents
Constants
- ENTITY_TYPE = 'user_privacy'
 
Properties
- $id : int
 - $name : string
 - $privacy : int
 - $privacy_id : int
 - $timestamps : mixed
 - $type_id : int
 - $user_id : int
 - $fillable : mixed
 - $table : mixed
 
Methods
- entityId() : int
 - entityType() : string
 - moduleName() : string
 
Constants
ENTITY_TYPE
    public
        mixed
    ENTITY_TYPE
    = 'user_privacy'
    
    
    
Properties
$id
    public
        int
    $id
    
    
    
    
$name
    public
        string
    $name
    
    
    
    
$privacy
    public
        int
    $privacy
    
    
    
    
$privacy_id
    public
        int
    $privacy_id
    
    
    
    
$timestamps
    public
        mixed
    $timestamps
     = false
    
    
    
$type_id
    public
        int
    $type_id
    
    
    
    
$user_id
    public
        int
    $user_id
    
    
    
    
$fillable
    protected
        mixed
    $fillable
     = ['user_id', 'type_id', 'name', 'privacy', 'privacy_id']
    
    
    
$table
    protected
        mixed
    $table
     = 'user_privacy_values'
    
    
    
Methods
entityId()
    public
                    entityId() : int
    Return values
intentityType()
    public
                    entityType() : string
    Return values
stringmoduleName()
    public
                    moduleName() : string