Element index for package Converter

[ a ] [ b ] [ c ] [ f ] [ g ] [ h ] [ i ] [ n ] [ s ] [ t ] [ x ] [ _ ]



'_'

$_charset
in file Html.class.php, variable Gumbo_Converter_Html::$_charset
$_class
in file Xml.class.php, variable Gumbo_Converter_Xml::$_class
$_eol
in file NewLineBreak.class.php, variable Gumbo_Converter_NewLineBreak::$_eol
$_ns
in file Xml.class.php, variable Gumbo_Converter_Xml::$_ns
$_options
in file Xml.class.php, variable Gumbo_Converter_Xml::$_options
$_prefix
in file Xml.class.php, variable Gumbo_Converter_Xml::$_prefix
$_quote_style
in file Html.class.php, variable Gumbo_Converter_Html::$_quote_style
_getComposite
in file Xml.class.php, method Gumbo_Converter_Xml::_getComposite()
    Returns a single Composite object from an array
_getComposite
in file Array.class.php, method Gumbo_Converter_Array::_getComposite()
    Returns a single Composite object from an array
__construct
in file Xml.class.php, method Gumbo_Converter_Xml::__construct()
    Constructor
__construct
in file NewLineBreak.class.php, method Gumbo_Converter_NewLineBreak::__construct()
    Constructor
__construct
in file Html.class.php, method Gumbo_Converter_Html::__construct()
    Constructor
top



'a'

addslashes
in file Converter.class.php, method Gumbo_Converter::addslashes()
    Adds slashes to the string
Abstract.class.php
procedural page Abstract.class.php
Array.class.php
procedural page Array.class.php
top



'b'

br2nl
in file Converter.class.php, method Gumbo_Converter::br2nl()
    Converts HTML line breaks into new line characters
Blank.class.php
procedural page Blank.class.php
top



'c'

convert
in file Converter.class.php, method Gumbo_Interface_Converter::convert()
    Converts one variable type to another
convert
in file Abstract.class.php, method Gumbo_Converter_Abstract::convert()
    Converts one variable type to another
convert
in file Blank.class.php, method Gumbo_Converter_Blank::convert()
    Converts one variable type to another
Converter.class.php
procedural page Converter.class.php
Converter.class.php
procedural page Converter.class.php
top



'f'

factory
in file Converter.class.php, method Gumbo_Converter::factory()
    Returns an instantiated object (accept Constructor arguments)
top



'g'

getCharset
in file Html.class.php, method Gumbo_Converter_Html::getCharset()
    Returns the Character Set
getClassName
in file Xml.class.php, method Gumbo_Converter_Xml::getClassName()
    Returns the Class Name
getEOL
in file NewLineBreak.class.php, method Gumbo_Converter_NewLineBreak::getEOL()
    Returns the End of Line characters
getNamespace
in file Xml.class.php, method Gumbo_Converter_Xml::getNamespace()
    Returns the Namespace
getOptions
in file Xml.class.php, method Gumbo_Converter_Xml::getOptions()
    Returns the Options
getQuoteStyle
in file Html.class.php, method Gumbo_Converter_Html::getQuoteStyle()
    Returns the Quote Style
Gumbo_Converter
in file Converter.class.php, class Gumbo_Converter
    Converter Class
Gumbo_Converter_Abstract
in file Abstract.class.php, class Gumbo_Converter_Abstract
    Abstract Converter Class
Gumbo_Converter_Array
in file Array.class.php, class Gumbo_Converter_Array
    Array Converter Class
Gumbo_Converter_Blank
in file Blank.class.php, class Gumbo_Converter_Blank
    Blank Converter Class, used for returning an empty Converter
Gumbo_Converter_Html
in file Html.class.php, class Gumbo_Converter_Html
    HTML Encode/Decode Converter Class
Gumbo_Converter_NewLineBreak
in file NewLineBreak.class.php, class Gumbo_Converter_NewLineBreak
    New Line to BR Converter Class
Gumbo_Converter_Slashes
in file Slashes.class.php, class Gumbo_Converter_Slashes
    Add/Strip Slashes Converter Class
Gumbo_Converter_Xml
in file Xml.class.php, class Gumbo_Converter_Xml
    XML Converter Class
Gumbo_Interface_Converter
in file Converter.class.php, class Gumbo_Interface_Converter
    Converter Interface, convert data from one type to another
top



'h'

Html.class.php
procedural page Html.class.php
htmldecode
in file Converter.class.php, method Gumbo_Converter::htmldecode()
    Converts the HTML entities, including single-double quotes, into a characters
htmlencode
in file Converter.class.php, method Gumbo_Converter::htmlencode()
    Converts the characters into HTML entities, including single-double quotes
top



'i'

isPrefix
in file Xml.class.php, method Gumbo_Converter_Xml::isPrefix()
    Returns the Prefix
top



'n'

NewLineBreak.class.php
procedural page NewLineBreak.class.php
nl2br
in file Converter.class.php, method Gumbo_Converter::nl2br()
    Converts new line characters into HTML line breaks
top



's'

Slashes.class.php
procedural page Slashes.class.php
setCharset
in file Html.class.php, method Gumbo_Converter_Html::setCharset()
    Sets the character set
setClassName
in file Xml.class.php, method Gumbo_Converter_Xml::setClassName()
    Sets the Class Name (must be subclass of SimpleXMLElement)
setEOL
in file NewLineBreak.class.php, method Gumbo_Converter_NewLineBreak::setEOL()
    Sets the End Of Line Characters
setNamespace
in file Xml.class.php, method Gumbo_Converter_Xml::setNamespace()
    Sets the Namespace
setOptions
in file Xml.class.php, method Gumbo_Converter_Xml::setOptions()
    Sets the Options from LibXML
setPrefix
in file Xml.class.php, method Gumbo_Converter_Xml::setPrefix()
    Sets the Prefix option
setQuoteStyle
in file Html.class.php, method Gumbo_Converter_Html::setQuoteStyle()
    Sets the Quote Style
stripslashes
in file Converter.class.php, method Gumbo_Converter::stripslashes()
    Strips slashes to the string
top



't'

toAdd
in file Slashes.class.php, method Gumbo_Converter_Slashes::toAdd()
    Returns added slashes to data
toBr
in file NewLineBreak.class.php, method Gumbo_Converter_NewLineBreak::toBr()
    Returns New Line Characters to BR tags
toComposite
in file Xml.class.php, method Gumbo_Converter_Xml::toComposite()
    Returns a Composite
toComposite
in file Array.class.php, method Gumbo_Converter_Array::toComposite()
    Returns a Composite
toDecode
in file Html.class.php, method Gumbo_Converter_Html::toDecode()
    Decodes the HTML string
toEncode
in file Html.class.php, method Gumbo_Converter_Html::toEncode()
    Encodes the HTML string
toNl
in file NewLineBreak.class.php, method Gumbo_Converter_NewLineBreak::toNl()
    Returns BR tags to New Line Characters
toStrip
in file Slashes.class.php, method Gumbo_Converter_Slashes::toStrip()
    Returns as slashes stripped
top



'x'

Xml.class.php
procedural page Xml.class.php
top