LinkAbstractor
class LinkAbstractor extends Object (View source)
Properties
$error | from Object | ||
static private | $blackListImgAttributes | Takes a chunk of content containing full urls and converts them to abstract link references. |
Methods
No description
Takes a chunk of content containing abstracted link references, and expands them to full urls for displaying on the site front-end.
Takes a chunk of content containing abstracted link references, and expands them to urls suitable for the rich text editor.
For the content block's getImportData() function.
For the content block's export() function.
Details
in
Object at line 10
loadError($error)
No description
in
Object at line 15
isError()
No description
in
Object at line 25
getError()
No description
in
Object at line 30
setPropertiesFromArray($arr)
No description
in
Object at line 37
static
camelcase($file)
No description
in
Object at line 42
static
uncamelcase($string)
No description
static
translateTo($text)
No description
static
translateFrom($text)
Takes a chunk of content containing abstracted link references, and expands them to full urls for displaying on the site front-end.
static
translateFromEditMode($text)
Takes a chunk of content containing abstracted link references, and expands them to urls suitable for the rich text editor.
static
import($text)
For the content block's getImportData() function.
static
export($text)
For the content block's export() function.