class RichTextEditor extends Editor (View source)

Properties

$error from  ConcreteObject
protected string $cnvEditorHandle from  Editor
protected string $cnvEditorID from  Editor
protected int $cnvEditorIsActive from  Editor
protected string $cnvEditorInputName from  Editor
protected string $cnvEditorName from  Editor
protected Message $cnvMessage from  Editor
protected Conversation $cnvObject from  Editor
protected int $pkgID from  Editor

Methods

loadError($error)

No description

isError()

No description

getError()

No description

setPropertiesFromArray($arr)

No description

static 
camelcase($file)

No description

static 
uncamelcase($string)

No description

setConversationEditorInputName($input)

No description

from  Editor
from  Editor
setConversationObject(Conversation $cnvObject)

No description

from  Editor
getConversationObject()

No description

from  Editor
setConversationMessageObject(Message $message)

No description

from  Editor
getConversationMessageObject()

No description

from  Editor
string
from  Editor
getConversationEditorHandle()

No description

from  Editor
getConversationEditorID()

No description

from  Editor
getConversationEditorName()

No description

from  Editor
isConversationEditorActive()

No description

from  Editor
getPackageID()

No description

from  Editor
string
getPackageHandle()

Looks up and returns the Package.

from  Editor
Package
getPackageObject()

Looks up and returns a Package object for the current Editor's Package ID.

from  Editor
static Editor|null
getActive()

No description

from  Editor
static Editor|null
getByID(int $cnvEditorID)

Returns the appropriate conversation editor object for the given cnvEditorID.

from  Editor
static Editor|null
getByHandle($cnvEditorHandle)

Returns the appropriate conversation editor object for the given cnvEditorHandle.

from  Editor
static Editor|null
createFromRecord(array $record)

This function is used to instantiate a Conversation Editor object from an associative array.

from  Editor
outputConversationEditorAddMessageForm()

outputs an HTML block containing the add message form for the current Conversation Editor.

from  Editor
outputConversationEditorReplyMessageForm()

Outputs an HTML block containing the message reply form for the current Conversation Editor.

string
formatConversationMessageBody(Conversation $cnv, string $cnvMessageBody, array $config = array())

Returns a formatted conversation message body string, based on configuration options supplied.

string
removeJavascriptLinks(string $html)

Replace javascript links with dummy links

from  Editor
static Editor|null
add(string $cnvEditorHandle, string $cnvEditorName, bool|Package $pkg = false)

Creates a database record for the Conversation Editor, then attempts to return the object.

from  Editor
delete()

Removes the current editor object's record from the database.

from  Editor
activate()

Deactivates all other Conversation Editors, and activates the current one.

from  Editor
deactivateAll()

Function used to deactivate.

from  Editor
static Editor[]
getList(null $pkgID = null)

Returns an array of all Editor Objects.

from  Editor
static Editor[]
getListByPackage(Package $pkg)

Returns an array of all Editor objects for the given package object.

from  Editor
export($xml)

No description

from  Editor
static 
exportList(SimpleXMLElement $xml)

Adds a ConversationEditors node and all Editor records to the provided SimleXMLElement object provided.

from  Editor
bool
hasOptionsForm()

Returns whether or not the current Conversation Editor has an options form.

from  Editor

Details

loadError($error)

No description

Parameters

$error

isError()

No description

getError()

No description

setPropertiesFromArray($arr)

No description

Parameters

$arr

static camelcase($file)

No description

Parameters

$file

static uncamelcase($string)

No description

Parameters

$string

AssetPointer[] getConversationEditorAssetPointers()

No description

Return Value

AssetPointer[]

setConversationEditorInputName($input)

No description

Parameters

$input

getConversationEditorInputName()

No description

setConversationObject(Conversation $cnvObject)

No description

Parameters

Conversation $cnvObject

getConversationObject()

No description

setConversationMessageObject(Message $message)

No description

Parameters

Message $message

getConversationMessageObject()

No description

string getConversationEditorMessageBody()

No description

Return Value

string

Returns the editor's formatted message

getConversationEditorHandle()

No description

getConversationEditorID()

No description

getConversationEditorName()

No description

isConversationEditorActive()

No description

getPackageID()

No description

string getPackageHandle()

Looks up and returns the Package.

Return Value

string

Package getPackageObject()

Looks up and returns a Package object for the current Editor's Package ID.

Return Value

Package

static Editor|null getActive()

No description

Return Value

Editor|null

Returns the first found active conversation editor, null if no editor is active

static Editor|null getByID(int $cnvEditorID)

Returns the appropriate conversation editor object for the given cnvEditorID.

Parameters

int $cnvEditorID

Return Value

Editor|null

static Editor|null getByHandle($cnvEditorHandle)

Returns the appropriate conversation editor object for the given cnvEditorHandle.

Parameters

$cnvEditorHandle

Return Value

Editor|null

static protected Editor|null createFromRecord(array $record)

This function is used to instantiate a Conversation Editor object from an associative array.

Parameters

array $record

an associative array of field value pairs for the ConversationEditor record

Return Value

Editor|null

outputConversationEditorAddMessageForm()

outputs an HTML block containing the add message form for the current Conversation Editor.

outputConversationEditorReplyMessageForm()

Outputs an HTML block containing the message reply form for the current Conversation Editor.

string formatConversationMessageBody(Conversation $cnv, string $cnvMessageBody, array $config = array())

Returns a formatted conversation message body string, based on configuration options supplied.

Parameters

Conversation $cnv
string $cnvMessageBody
array $config

Return Value

string

Replace javascript links with dummy links

Parameters

string $html

Return Value

string

static Editor|null add(string $cnvEditorHandle, string $cnvEditorName, bool|Package $pkg = false)

Creates a database record for the Conversation Editor, then attempts to return the object.

Parameters

string $cnvEditorHandle
string $cnvEditorName
bool|Package $pkg

Return Value

Editor|null

delete()

Removes the current editor object's record from the database.

activate()

Deactivates all other Conversation Editors, and activates the current one.

protected deactivateAll()

Function used to deactivate.

static Editor[] getList(null $pkgID = null)

Returns an array of all Editor Objects.

Parameters

null $pkgID

An optional filter for Package ID

Return Value

Editor[]

static Editor[] getListByPackage(Package $pkg)

Returns an array of all Editor objects for the given package object.

Parameters

Package $pkg

Return Value

Editor[]

export($xml)

No description

Parameters

$xml

static exportList(SimpleXMLElement $xml)

Adds a ConversationEditors node and all Editor records to the provided SimleXMLElement object provided.

Parameters

SimpleXMLElement $xml

bool hasOptionsForm()

Returns whether or not the current Conversation Editor has an options form.

Return Value

bool