AppendPrivacyListTrait
Trait AppendPrivacyListTrait.
Tags
Table of Contents
Properties
- $privacy : int
- $privacy_list : array<string|int, int>
Methods
- getPrivacyListAttribute() : array<string|int, mixed>|null
- loadPrivacyListAttribute() : mixed
- setPrivacyListAttribute() : mixed
Properties
$privacy
public
int
$privacy
$privacy_list
public
array<string|int, int>
$privacy_list
Methods
getPrivacyListAttribute()
public
getPrivacyListAttribute() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullloadPrivacyListAttribute()
public
loadPrivacyListAttribute() : mixed
setPrivacyListAttribute()
public
setPrivacyListAttribute([array<string|int, mixed> $privacyList = [] ]) : mixed
Parameters
- $privacyList : array<string|int, mixed> = []