XmlConverter
extends Converter
Table of Contents
Constants
-
HTML
= "html"
-
TEXT
= "text"
Methods
-
decode()
: mixed
-
encode()
: mixed
-
getEmptyConverter()
: mixed
-
getHtmlConverter()
: mixed
-
getXmlConverter()
: mixed
-
initTextType()
: mixed
HTML
public
mixed
HTML
= "html"
TEXT
public
mixed
TEXT
= "text"
decode()
public
decode(mixed $text[, mixed $textType = "" ]) : mixed
Parameters
-
$text
: mixed
-
-
$textType
: mixed
= ""
-
encode()
public
encode(mixed $text[, mixed $textType = "" ]) : mixed
Parameters
-
$text
: mixed
-
-
$textType
: mixed
= ""
-
getEmptyConverter()
public
static getEmptyConverter() : mixed
getHtmlConverter()
public
static getHtmlConverter() : mixed
getXmlConverter()
public
static getXmlConverter() : mixed
initTextType()
public
static initTextType(mixed $textType) : mixed
Parameters
-
$textType
: mixed
-