Converter
AbstractYes
Table of Contents
Constants
Methods
- decode() : mixed
- encode() : mixed
- getEmptyConverter() : mixed
- getHtmlConverter() : mixed
- getXmlConverter() : mixed
- initTextType() : mixed
Constants
HTML
public
mixed
HTML
= "html"
TEXT
public
mixed
TEXT
= "text"
Methods
decode()
public
abstract decode(mixed $text[, mixed $textType = "" ]) : mixed
Parameters
- $text : mixed
- $textType : mixed = ""
encode()
public
abstract 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