VariablePageTypeResource
extends Resource
Table of Contents
Properties
-
$model
: string|null
-
$shouldRegisterNavigation
: bool
Methods
-
form()
: Form
-
getPages()
: array<string|int, mixed>
-
getRelations()
: array<string|int, mixed>
-
table()
: Table
$model
protected
static string|null
$model
= \Infacto\Infactloom\Models\VariablePageType::class
$shouldRegisterNavigation
protected
static bool
$shouldRegisterNavigation
= false
public
static form(Form $form) : Form
Parameters
-
$form
: Form
-
getPages()
public
static getPages() : array<string|int, mixed>
Return values
array<string|int, mixed>
getRelations()
public
static getRelations() : array<string|int, mixed>
Return values
array<string|int, mixed>
table()
public
static table(Table $table) : Table
Parameters
-
$table
: Table
-