PrivacyStream
        
        extends Model
    
    
            
            in package
            
        
    
            
            implements
                            Entity                    
    
            
            Uses
                            HasEntity                    
    
Class PrivacyStream.
Tags
Table of Contents
Interfaces
- Entity
 - Interface Entity.
 
Constants
- ENTITY_TYPE = 'core_privacy_stream'
 
Properties
- $item_id : int
 - $item_type : string
 - $privacy_id : int
 - $stream_id : int
 - $timestamps : mixed
 - $fillable : mixed
 - $table : mixed
 
Methods
- entityId() : int
 - entityType() : string
 - moduleName() : string
 
Constants
ENTITY_TYPE
    public
        mixed
    ENTITY_TYPE
    = 'core_privacy_stream'
    
    
    
Properties
$item_id
    public
        int
    $item_id
    
    
    
    
$item_type
    public
        string
    $item_type
    
    
    
    
$privacy_id
    public
        int
    $privacy_id
    
    
    
    
$stream_id
    public
        int
    $stream_id
    
    
    
    
$timestamps
    public
        mixed
    $timestamps
     = false
    
    
    
$fillable
    protected
        mixed
    $fillable
     = ['privacy_id', 'item_id', 'item_type']
    
    
    
$table
    protected
        mixed
    $table
     = 'core_privacy_streams'
    
    
    
Methods
entityId()
    public
                    entityId() : int
    Return values
intentityType()
    public
                    entityType() : string
    Return values
stringmoduleName()
    public
                    moduleName() : string