Documentation

ConfigurationResource extends Resource
in package

Table of Contents

Properties

$model  : string|null
$navigationGroup  : string|null
$navigationIcon  : string|null

Methods

canCreate()  : bool
canDelete()  : bool
form()  : Form
getPages()  : array<string|int, mixed>
getRelations()  : array<string|int, mixed>
table()  : Table

Properties

$model

protected static string|null $model = \Infacto\Infactloom\Models\Configuration::class

Methods

canDelete()

public static canDelete(Model $model) : bool
Parameters
$model : Model
Return values
bool

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
Return values
Table

        
On this page

Search results