Annotation
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
getRichLinkMetadata()
No description
getSlashCommand()
No description
setStartIndex($startIndex)
No description
int
getStartIndex()
No description
setType($type)
No description
string
getType()
No description
getUserMention()
No description
Details
setLength($length)
No description
int
getLength()
No description
setRichLinkMetadata(RichLinkMetadata $richLinkMetadata)
No description
RichLinkMetadata
getRichLinkMetadata()
No description
setSlashCommand(SlashCommandMetadata $slashCommand)
No description
SlashCommandMetadata
getSlashCommand()
No description
setStartIndex($startIndex)
No description
int
getStartIndex()
No description
setType($type)
No description
string
getType()
No description
setUserMention(UserMentionMetadata $userMention)
No description
UserMentionMetadata
getUserMention()
No description