bootdesk/chat-sdk

FormatConverter

Table of Contents

Methods

extractPlainText()  : string
fromAst()  : string
fromMarkdown()  : string
renderPostable()  : string
toAst()  : Document

Methods

extractPlainText()

public extractPlainText(string $platformText) : string
Parameters
$platformText : string
Return values
string

fromAst()

public fromAst(Document $ast) : string
Parameters
$ast : Document
Return values
string

fromMarkdown()

public fromMarkdown(string $markdown) : string
Parameters
$markdown : string
Return values
string

toAst()

public toAst(string $platformText) : Document
Parameters
$platformText : string
Return values
Document
On this page

Search results