MetaFox

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

$fillable

protected array<string|int, string> $fillable = ['title', 'caption', 'group', 'text', 'uid', 'lang', 'url', 'package_id']

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

public static factory(mixed $parameters) : AdminSearchFactory
Parameters
$parameters : mixed
Return values
AdminSearchFactory

moduleName()

public moduleName() : string
Return values
string

newFactory()

protected static newFactory() : AdminSearchFactory
Return values
AdminSearchFactory

        
On this page

Search results