class Annotation extends Model (View source)

Properties

int $length
protected $richLinkMetadataType
protected $richLinkMetadataDataType
protected $slashCommandType
protected $slashCommandDataType
int $startIndex
string $type
protected $userMentionType
protected $userMentionDataType

Methods

setLength($length)

No description

int
getLength()

No description

setRichLinkMetadata(RichLinkMetadata $richLinkMetadata)

No description

setSlashCommand(SlashCommandMetadata $slashCommand)

No description

setStartIndex($startIndex)

No description

int
getStartIndex()

No description

setType($type)

No description

string
getType()

No description

setUserMention(UserMentionMetadata $userMention)

No description

Details

setLength($length)

No description

Parameters

$length

int getLength()

No description

Return Value

int

setRichLinkMetadata(RichLinkMetadata $richLinkMetadata)

No description

Parameters

RichLinkMetadata $richLinkMetadata

RichLinkMetadata getRichLinkMetadata()

No description

Return Value

RichLinkMetadata

setSlashCommand(SlashCommandMetadata $slashCommand)

No description

Parameters

SlashCommandMetadata $slashCommand

SlashCommandMetadata getSlashCommand()

No description

Return Value

SlashCommandMetadata

setStartIndex($startIndex)

No description

Parameters

$startIndex

int getStartIndex()

No description

Return Value

int

setType($type)

No description

Parameters

$type

string getType()

No description

Return Value

string

setUserMention(UserMentionMetadata $userMention)

No description

Parameters

UserMentionMetadata $userMention

UserMentionMetadata getUserMention()

No description

Return Value

UserMentionMetadata