AdminSearch
extends Model
in package
implements
Entity
Uses
HasEntity, HasFactory
Class AdminSearch.
Table of Contents
Interfaces
- Entity
- Interface Entity.
Constants
- ENTITY_TYPE = 'admin_search'
Properties
- $caption : string
- $group : string
- $id : int
- $lang : string
- $module_id : string
- $package_id : string
- $text : string
- $title : string
- $url : string
- $fillable : array<string|int, string>
- $table : mixed
Methods
- entityId() : int
- entityType() : string
- factory() : AdminSearchFactory
- moduleName() : string
- booted() : mixed
- newFactory() : AdminSearchFactory
Constants
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'admin_search'
Properties
$caption
public
string
$caption
$group
public
string
$group
$id
public
int
$id
$lang
public
string
$lang
$module_id
public
string
$module_id
$package_id
public
string
$package_id
$text
public
string
$text
$title
public
string
$title
$url
public
string
$url
$fillable
protected
array<string|int, string>
$fillable
= ['title', 'caption', 'group', 'text', 'uid', 'lang', 'url', 'package_id']
$table
protected
mixed
$table
= 'core_admin_search'
Methods
entityId()
public
entityId() : int
Return values
intentityType()
public
entityType() : string
Return values
stringfactory()
public
static factory(mixed $parameters) : AdminSearchFactory
Parameters
- $parameters : mixed
Return values
AdminSearchFactorymoduleName()
public
moduleName() : string
Return values
stringbooted()
protected
static booted() : mixed
newFactory()
protected
static newFactory() : AdminSearchFactory