AiAgentProfileResource
extends Resource
Table of Contents
Properties
-
$model
: string|null
-
$navigationGroup
: string|null
-
$navigationIcon
: string|null
-
$recordTitleAttribute
: string|null
Methods
-
canCreate()
: bool
-
canDelete()
: bool
-
canEdit()
: bool
-
form()
: Form
-
getPages()
: array<string|int, mixed>
-
getRelations()
: array<string|int, mixed>
-
table()
: Table
$model
protected
static string|null
$model
= \Infacto\Infactloom\Models\AiAgentProfile::class
$navigationGroup
protected
static string|null
$navigationGroup
= 'AI Assistant'
$navigationIcon
protected
static string|null
$navigationIcon
= 'heroicon-o-user-circle'
$recordTitleAttribute
protected
static string|null
$recordTitleAttribute
= 'name'
canCreate()
public
static canCreate() : bool
canDelete()
public
static canDelete(Model $record) : bool
Parameters
-
$record
: Model
-
canEdit()
public
static canEdit(Model $record) : bool
Parameters
-
$record
: Model
-
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
-