MetaFox

Content extends Entity, HasAmounts, HasFeed, HasPolicy, HasUrl, HasTitle
in

Interface Content.

Tags
mixin

Model

Table of Contents

Methods

activity_feed()  : MorphOne|null
decrementAmount()  : int
disableFeedSponsor()  : void
disableSponsor()  : void
enableFeedSponsor()  : void
enableSponsor()  : void
entityId()  : int
entityType()  : string
getOwnerPendingMessage()  : string|null
incrementAmount()  : int
isApproved()  : bool
isDraft()  : bool
isOwnerPending()  : bool
isPublished()  : bool
isSponsored()  : bool
isSponsoredInFeed()  : bool
moduleName()  : string
owner()  : User|MorphTo|BelongsTo
ownerEntity()  : UserEntity|BelongsTo
ownerId()  : int
ownerType()  : string
privacyItem()  : self|null
Get indicate item handle privacy logic.
reactItem()  : self
Get indicate item handle privacy logic.
toLink()  : string|null
toRouter()  : string|null
toSponsorData()  : array<string|int, mixed>|null
toTitle()  : string
toUrl()  : string|null
user()  : User|MorphTo|BelongsTo
userEntity()  : UserEntity|BelongsTo
userId()  : int
userType()  : string

Methods

activity_feed()

public activity_feed() : MorphOne|null
Tags
SuppressWarnings

(PHPMD.CamelCaseMethodName)

Return values
MorphOne|null

decrementAmount()

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

disableFeedSponsor()

public disableFeedSponsor() : void

disableSponsor()

public disableSponsor() : void

enableFeedSponsor()

public enableFeedSponsor() : void

enableSponsor()

public enableSponsor() : void

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

getOwnerPendingMessage()

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

incrementAmount()

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

isApproved()

public isApproved() : bool
Return values
bool

isDraft()

public isDraft() : bool
Return values
bool

isOwnerPending()

public isOwnerPending() : bool
Return values
bool

isPublished()

public isPublished() : bool
Return values
bool

isSponsored()

public isSponsored() : bool
Return values
bool

isSponsoredInFeed()

public isSponsoredInFeed() : bool
Return values
bool

moduleName()

public moduleName() : string
Return values
string

owner()

public owner() : User|MorphTo|BelongsTo
Return values
User|MorphTo|BelongsTo

ownerId()

public ownerId() : int
Return values
int

ownerType()

public ownerType() : string
Return values
string

privacyItem()

Get indicate item handle privacy logic.

public privacyItem() : self|null
Return values
self|null

reactItem()

Get indicate item handle privacy logic.

public reactItem() : self
Return values
self
public toLink() : string|null
Return values
string|null

toRouter()

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

toSponsorData()

public toSponsorData() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

toTitle()

public toTitle() : string
Return values
string

toUrl()

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

user()

public user() : User|MorphTo|BelongsTo
Return values
User|MorphTo|BelongsTo

userId()

public userId() : int
Return values
int

userType()

public userType() : string
Return values
string

        
On this page

Search results