MetaFox

FeedAction
in package

Class FeedAction.

Tags
SuppressWarnings

(PHPMD.CamelCasePropertyName)

Table of Contents

Properties

$content  : string|null
$extra  : array<string, mixed>
$fromResource  : string|null
$item_id  : int
$item_type  : string
$owner_id  : int
$owner_type  : string
$privacy  : int
$status  : string|null
$type_id  : string
$user_id  : int
$user_type  : string

Methods

__construct()  : mixed
FeedAction constructor.
getContent()  : string|null
getExtra()  : array<string|int, mixed>
getFromResource()  : string|null
getItemId()  : int
getItemType()  : string
getOwnerId()  : int
getOwnerType()  : string
getPrivacy()  : int
getStatus()  : string
getTypeId()  : string
getUserId()  : int
getUserType()  : string
setContent()  : void
setFromResource()  : void
setItemId()  : void
setItemType()  : void
setOwnerId()  : void
setOwnerType()  : void
setPrivacy()  : void
setStatus()  : void
setTypeId()  : void
setUserId()  : void
setUserType()  : void

Properties

Methods

__construct()

FeedAction constructor.

public __construct([array<string|int, mixed> $attributes = [] ]) : mixed
Parameters
$attributes : array<string|int, mixed> = []

getContent()

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

getExtra()

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

getFromResource()

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

getItemId()

public getItemId() : int
Return values
int

getItemType()

public getItemType() : string
Return values
string

getOwnerId()

public getOwnerId() : int
Return values
int

getOwnerType()

public getOwnerType() : string
Return values
string

getPrivacy()

public getPrivacy() : int
Return values
int

getStatus()

public getStatus() : string
Return values
string

getTypeId()

public getTypeId() : string
Return values
string

getUserId()

public getUserId() : int
Return values
int

getUserType()

public getUserType() : string
Return values
string

setContent()

public setContent(string|null $content) : void
Parameters
$content : string|null

setFromResource()

public setFromResource(string|null $fromResource) : void
Parameters
$fromResource : string|null

setItemId()

public setItemId(int $itemId) : void
Parameters
$itemId : int

setItemType()

public setItemType(string $itemType) : void
Parameters
$itemType : string

setOwnerId()

public setOwnerId(int $ownerId) : void
Parameters
$ownerId : int

setOwnerType()

public setOwnerType(string $ownerType) : void
Parameters
$ownerType : string

setPrivacy()

public setPrivacy(int $privacy) : void
Parameters
$privacy : int

setStatus()

public setStatus(string $status) : void
Parameters
$status : string

setTypeId()

public setTypeId(string $typeId) : void
Parameters
$typeId : string

setUserId()

public setUserId(int $userId) : void
Parameters
$userId : int

setUserType()

public setUserType(string $userType) : void
Parameters
$userType : string

        
On this page

Search results