MetaFox

Tag extends Model
in package
implements Entity, HasAmounts, HasUrl Uses HasFactory, HasEntity, HasAmountsTrait

Class Tag.

Tags
mixin

Builder

Table of Contents

Interfaces

Entity
Interface Entity.
HasAmounts
Trait HasAmounts
HasUrl

Constants

ENTITY_TYPE  = 'tag'

Properties

$id  : int
$tag_hyperlink  : string
$tag_url  : string
$text  : string
$timestamps  : mixed
$total_item  : int
$fillable  : mixed
$table  : mixed

Methods

decrementAmount()  : int
decrementTotalItem()  : void
entityId()  : int
entityType()  : string
factory()  : TagFactory
getTagHyperlinkAttribute()  : string
incrementAmount()  : int
incrementTotalItem()  : void
incrementTotalView()  : void
moduleName()  : string
toLink()  : string|null
toRouter()  : string|null
toUrl()  : string|null
handleNegativeNumber()  : void
newFactory()  : TagFactory

Constants

ENTITY_TYPE

public mixed ENTITY_TYPE = 'tag'

Properties

public string $tag_hyperlink

$tag_url

public string $tag_url

$text

public string $text

$timestamps

public mixed $timestamps = false

$total_item

public int $total_item

$fillable

protected mixed $fillable = ['text', 'tag_url', 'total_item']

$table

protected mixed $table = 'hashtag_tags'

Methods

decrementAmount()

public decrementAmount(string $column[, int $amount = 1 ]) : int
Parameters
$column : string
$amount : int = 1
Return values
int

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

factory()

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

getTagHyperlinkAttribute()

public getTagHyperlinkAttribute() : string
Return values
string

incrementAmount()

public incrementAmount(string $column[, int $amount = 1 ]) : int
Parameters
$column : string
$amount : int = 1
Return values
int

moduleName()

public moduleName() : string
Return values
string
public toLink() : string|null
Return values
string|null

toRouter()

public toRouter() : string|null
Return values
string|null

toUrl()

public toUrl() : string|null
Return values
string|null

handleNegativeNumber()

protected handleNegativeNumber(string $column) : void
Parameters
$column : string

newFactory()

protected static newFactory() : TagFactory
Return values
TagFactory

        
On this page

Search results