LeadQuizSubmissionsRelationManager
extends RelationManager
Table of Contents
Properties
-
$relationship
: string
Methods
-
form()
: Form
-
table()
: Table
-
canCreate()
: bool
-
canEdit()
: bool
$relationship
protected
static string
$relationship
= 'leadQuizSubmissions'
public
form(Form $form) : Form
Parameters
-
$form
: Form
-
table()
public
table(Table $table) : Table
Parameters
-
$table
: Table
-
canCreate()
protected
canCreate() : bool
canEdit()
protected
canEdit(Model $record) : bool
Parameters
-
$record
: Model
-