MoveResource
extends Resource
Table of Contents
Methods
-
form()
: Form
-
getPages()
: array<string|int, mixed>
-
getRelations()
: array<string|int, mixed>
-
table()
: Table
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
-