GridViewPreference
extends Entity
in package
GridViewPreference Entity - Stores member-specific grid default selections
Each record links a member + grid key to the preferred grid view (which may be either a system-provided view or the member's own saved configuration). This allows users to adopt system views as their personal default without altering the underlying system definition.
Table of Contents
Properties
- $created : DateTime
- $created_by : int|null
- $grid_key : string
- $grid_view : GridView|null
- $grid_view_id : int|null
- $grid_view_key : string|null
- $id : int
- $member : Member
- $member_id : int
- $modified : DateTime
- $modified_by : int|null
- $_accessible : array<string, bool>
- Mass assignment configuration.
Properties
$created
public
DateTime
$created
$created_by
public
int|null
$created_by
$grid_key
public
string
$grid_key
$grid_view
public
GridView|null
$grid_view
$grid_view_id
public
int|null
$grid_view_id
$grid_view_key
public
string|null
$grid_view_key
$id
public
int
$id
$member
public
Member
$member
$member_id
public
int
$member_id
$modified
public
DateTime
$modified
$modified_by
public
int|null
$modified_by
$_accessible
Mass assignment configuration.
protected
array<string, bool>
$_accessible
= ['member_id' => true, 'grid_key' => true, 'grid_view_id' => true, 'grid_view_key' => true, 'created' => true, 'modified' => true, 'created_by' => true, 'modified_by' => true, 'member' => true, 'grid_view' => true]