Definizione alla linea 86 del file class.t3lib_xml.php.
|
|
Constructor, setting topLevelName to the input var
Definizione alla linea 102 del file class.t3lib_xml.php. Riferimenti $topLevelName. |
|
|
Constructor, setting topLevelName to the input var
Definizione alla linea 102 del file class.t3lib_xml.php. Riferimenti $topLevelName. |
|
|
Constructor, setting topLevelName to the input var
Definizione alla linea 102 del file class.t3lib_xml.php. Riferimenti $topLevelName. |
|
|
Constructor, setting topLevelName to the input var
Definizione alla linea 102 del file class.t3lib_xml.php. Riferimenti $topLevelName. |
|
|
Constructor, setting topLevelName to the input var
Definizione alla linea 102 del file class.t3lib_xml.php. Riferimenti $topLevelName. |
|
|
Constructor, setting topLevelName to the input var
Definizione alla linea 102 del file class.t3lib_xml.php. Riferimenti $topLevelName. |
|
|
Add a line to the internal XML structure (automatically prefixed with ->Icode.
Definizione alla linea 315 del file class.t3lib_xml.php. |
|
|
Add a line to the internal XML structure (automatically prefixed with ->Icode.
Definizione alla linea 315 del file class.t3lib_xml.php. |
|
|
Add a line to the internal XML structure (automatically prefixed with ->Icode.
Definizione alla linea 315 del file class.t3lib_xml.php. |
|
|
Add a line to the internal XML structure (automatically prefixed with ->Icode.
Definizione alla linea 315 del file class.t3lib_xml.php. |
|
|
Add a line to the internal XML structure (automatically prefixed with ->Icode.
Definizione alla linea 315 del file class.t3lib_xml.php. |
|
|
Add a line to the internal XML structure (automatically prefixed with ->Icode.
Definizione alla linea 315 del file class.t3lib_xml.php. |
|
||||||||||||
|
Adds record, $row, from table, $table, to the internal array of XML-lines
Definizione alla linea 237 del file class.t3lib_xml.php. |
|
||||||||||||
|
Adds record, $row, from table, $table, to the internal array of XML-lines
Definizione alla linea 237 del file class.t3lib_xml.php. |
|
||||||||||||
|
Adds record, $row, from table, $table, to the internal array of XML-lines
Definizione alla linea 237 del file class.t3lib_xml.php. |
|
||||||||||||
|
Adds record, $row, from table, $table, to the internal array of XML-lines
Definizione alla linea 237 del file class.t3lib_xml.php. |
|
||||||||||||
|
Adds record, $row, from table, $table, to the internal array of XML-lines
Definizione alla linea 237 del file class.t3lib_xml.php. |
|
||||||||||||
|
Adds record, $row, from table, $table, to the internal array of XML-lines
Definizione alla linea 237 del file class.t3lib_xml.php. |
|
||||||||||||
|
Wraps the value in tags with element name, $field.
Definizione alla linea 292 del file class.t3lib_xml.php. Riferimenti $value. |
|
||||||||||||
|
Wraps the value in tags with element name, $field.
Definizione alla linea 292 del file class.t3lib_xml.php. Riferimenti $value. |
|
||||||||||||
|
Wraps the value in tags with element name, $field.
Definizione alla linea 292 del file class.t3lib_xml.php. Riferimenti $value. |
|
||||||||||||
|
Wraps the value in tags with element name, $field.
Definizione alla linea 292 del file class.t3lib_xml.php. Riferimenti $value. |
|
||||||||||||
|
Wraps the value in tags with element name, $field.
Definizione alla linea 292 del file class.t3lib_xml.php. Riferimenti $value. |
|
||||||||||||
|
Wraps the value in tags with element name, $field.
Definizione alla linea 292 del file class.t3lib_xml.php. Riferimenti $value. |
|
|
Returns the result of the XML rendering, basically this is imploding the internal ->lines array with linebreaks.
Definizione alla linea 122 del file class.t3lib_xml.php. Riferimenti $content, e output(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Returns the result of the XML rendering, basically this is imploding the internal ->lines array with linebreaks.
Definizione alla linea 122 del file class.t3lib_xml.php. Riferimenti $content, e output(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Returns the result of the XML rendering, basically this is imploding the internal ->lines array with linebreaks.
Definizione alla linea 122 del file class.t3lib_xml.php. Riferimenti $content, e output(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Returns the result of the XML rendering, basically this is imploding the internal ->lines array with linebreaks.
Definizione alla linea 122 del file class.t3lib_xml.php. Riferimenti $content, e output(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Returns the result of the XML rendering, basically this is imploding the internal ->lines array with linebreaks.
Definizione alla linea 122 del file class.t3lib_xml.php. Riferimenti $content, e output(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Returns the result of the XML rendering, basically this is imploding the internal ->lines array with linebreaks.
Definizione alla linea 122 del file class.t3lib_xml.php. Riferimenti $content, e output(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Internal function for adding the actual content of the $row from $table to the internal structure. Notice that only fields from $table that are listed in $this->XML_recFields[$table] (set by setRecFields()) will be rendered (and in the order found in that array!) Content from the row will be htmlspecialchar()'ed, UTF-8 encoded and have chr(10) (newlines) exchanged for '<newline>' tags. The element name for a value equals the fieldname from the record.
Definizione alla linea 255 del file class.t3lib_xml.php. Riferimenti $field, $row, $table, e t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Internal function for adding the actual content of the $row from $table to the internal structure. Notice that only fields from $table that are listed in $this->XML_recFields[$table] (set by setRecFields()) will be rendered (and in the order found in that array!) Content from the row will be htmlspecialchar()'ed, UTF-8 encoded and have chr(10) (newlines) exchanged for '<newline>' tags. The element name for a value equals the fieldname from the record.
Definizione alla linea 255 del file class.t3lib_xml.php. Riferimenti $field, $row, $table, e t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Internal function for adding the actual content of the $row from $table to the internal structure. Notice that only fields from $table that are listed in $this->XML_recFields[$table] (set by setRecFields()) will be rendered (and in the order found in that array!) Content from the row will be htmlspecialchar()'ed, UTF-8 encoded and have chr(10) (newlines) exchanged for '<newline>' tags. The element name for a value equals the fieldname from the record.
Definizione alla linea 255 del file class.t3lib_xml.php. Riferimenti $field, $row, $table, e t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Internal function for adding the actual content of the $row from $table to the internal structure. Notice that only fields from $table that are listed in $this->XML_recFields[$table] (set by setRecFields()) will be rendered (and in the order found in that array!) Content from the row will be htmlspecialchar()'ed, UTF-8 encoded and have chr(10) (newlines) exchanged for '<newline>' tags. The element name for a value equals the fieldname from the record.
Definizione alla linea 255 del file class.t3lib_xml.php. Riferimenti $field, $row, $table, e t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Internal function for adding the actual content of the $row from $table to the internal structure. Notice that only fields from $table that are listed in $this->XML_recFields[$table] (set by setRecFields()) will be rendered (and in the order found in that array!) Content from the row will be htmlspecialchar()'ed, UTF-8 encoded and have chr(10) (newlines) exchanged for '<newline>' tags. The element name for a value equals the fieldname from the record.
Definizione alla linea 255 del file class.t3lib_xml.php. Riferimenti $field, $row, $table, e t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Internal function for adding the actual content of the $row from $table to the internal structure. Notice that only fields from $table that are listed in $this->XML_recFields[$table] (set by setRecFields()) will be rendered (and in the order found in that array!) Content from the row will be htmlspecialchar()'ed, UTF-8 encoded and have chr(10) (newlines) exchanged for '<newline>' tags. The element name for a value equals the fieldname from the record.
Definizione alla linea 255 del file class.t3lib_xml.php. Riferimenti $field, $row, $table, e t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Increments/Decrements Indentation counter, ->XMLIndent Sets and returns ->Icode variable which is a line prefix consisting of a number of tab-chars corresponding to the indent-levels of the current posision (->XMLindent)
Definizione alla linea 208 del file class.t3lib_xml.php. Riferimenti $b. |
|
|
Increments/Decrements Indentation counter, ->XMLIndent Sets and returns ->Icode variable which is a line prefix consisting of a number of tab-chars corresponding to the indent-levels of the current posision (->XMLindent)
Definizione alla linea 208 del file class.t3lib_xml.php. Riferimenti $b. |
|
|
Increments/Decrements Indentation counter, ->XMLIndent Sets and returns ->Icode variable which is a line prefix consisting of a number of tab-chars corresponding to the indent-levels of the current posision (->XMLindent)
Definizione alla linea 208 del file class.t3lib_xml.php. Riferimenti $b. |
|
|
Increments/Decrements Indentation counter, ->XMLIndent Sets and returns ->Icode variable which is a line prefix consisting of a number of tab-chars corresponding to the indent-levels of the current posision (->XMLindent)
Definizione alla linea 208 del file class.t3lib_xml.php. Riferimenti $b. |
|
|
Increments/Decrements Indentation counter, ->XMLIndent Sets and returns ->Icode variable which is a line prefix consisting of a number of tab-chars corresponding to the indent-levels of the current posision (->XMLindent)
Definizione alla linea 208 del file class.t3lib_xml.php. Riferimenti $b. |
|
|
Increments/Decrements Indentation counter, ->XMLIndent Sets and returns ->Icode variable which is a line prefix consisting of a number of tab-chars corresponding to the indent-levels of the current posision (->XMLindent)
Definizione alla linea 208 del file class.t3lib_xml.php. Riferimenti $b. Referenziato da newLevel(). |
|
||||||||||||||||
|
Indents/Outdents a new level named, $name
Definizione alla linea 167 del file class.t3lib_xml.php. Riferimenti $key, $name, $val, e indent(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||||||
|
Indents/Outdents a new level named, $name
Definizione alla linea 167 del file class.t3lib_xml.php. Riferimenti $key, $name, $val, e indent(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||||||
|
Indents/Outdents a new level named, $name
Definizione alla linea 167 del file class.t3lib_xml.php. Riferimenti $key, $name, $val, e indent(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||||||
|
Indents/Outdents a new level named, $name
Definizione alla linea 167 del file class.t3lib_xml.php. Riferimenti $key, $name, $val, e indent(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||||||
|
Indents/Outdents a new level named, $name
Definizione alla linea 167 del file class.t3lib_xml.php. Riferimenti $key, $name, $val, e indent(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||||||
|
Indents/Outdents a new level named, $name
Definizione alla linea 167 del file class.t3lib_xml.php. Riferimenti $key, $name, $val, e indent(). Referenziato da renderFooter(), renderHeader(), e WAPHeader(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Function that will return the content from string $content. If the internal ->XMLdebug flag is set the content returned will be formatted in -tags
Definizione alla linea 192 del file class.t3lib_xml.php. |
|
|
Function that will return the content from string $content. If the internal ->XMLdebug flag is set the content returned will be formatted in -tags
Definizione alla linea 192 del file class.t3lib_xml.php. |
|
|
Function that will return the content from string $content. If the internal ->XMLdebug flag is set the content returned will be formatted in -tags
Definizione alla linea 192 del file class.t3lib_xml.php. |
|
|
Function that will return the content from string $content. If the internal ->XMLdebug flag is set the content returned will be formatted in -tags
Definizione alla linea 192 del file class.t3lib_xml.php. |
|
|
Function that will return the content from string $content. If the internal ->XMLdebug flag is set the content returned will be formatted in -tags
Definizione alla linea 192 del file class.t3lib_xml.php. |
|
|
Function that will return the content from string $content. If the internal ->XMLdebug flag is set the content returned will be formatted in -tags
Definizione alla linea 192 del file class.t3lib_xml.php. Riferimenti $content, e color. Referenziato da getResult(). |
|
|
Sets the footer (of ->topLevelName)
Definizione alla linea 155 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Sets the footer (of ->topLevelName)
Definizione alla linea 155 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Sets the footer (of ->topLevelName)
Definizione alla linea 155 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Sets the footer (of ->topLevelName)
Definizione alla linea 155 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Sets the footer (of ->topLevelName)
Definizione alla linea 155 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Sets the footer (of ->topLevelName)
Definizione alla linea 155 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize "anonymous" XML document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level. Encoding is set to UTF-8!
Definizione alla linea 144 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize "anonymous" XML document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level. Encoding is set to UTF-8!
Definizione alla linea 144 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize "anonymous" XML document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level. Encoding is set to UTF-8!
Definizione alla linea 144 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize "anonymous" XML document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level. Encoding is set to UTF-8!
Definizione alla linea 144 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize "anonymous" XML document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level. Encoding is set to UTF-8!
Definizione alla linea 144 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize "anonymous" XML document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level. Encoding is set to UTF-8!
Definizione alla linea 144 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Takes a SQL result for $table and traverses it, adding rows
Definizione alla linea 224 del file class.t3lib_xml.php. |
|
||||||||||||
|
Takes a SQL result for $table and traverses it, adding rows
Definizione alla linea 224 del file class.t3lib_xml.php. |
|
||||||||||||
|
Takes a SQL result for $table and traverses it, adding rows
Definizione alla linea 224 del file class.t3lib_xml.php. |
|
||||||||||||
|
Takes a SQL result for $table and traverses it, adding rows
Definizione alla linea 224 del file class.t3lib_xml.php. |
|
||||||||||||
|
Takes a SQL result for $table and traverses it, adding rows
Definizione alla linea 224 del file class.t3lib_xml.php. |
|
||||||||||||
|
Takes a SQL result for $table and traverses it, adding rows
Definizione alla linea 224 del file class.t3lib_xml.php. |
|
||||||||||||
|
When outputting a input record in XML only fields listed in $this->XML_recFields for the current table will be rendered.
Definizione alla linea 113 del file class.t3lib_xml.php. Riferimenti $table. |
|
||||||||||||
|
When outputting a input record in XML only fields listed in $this->XML_recFields for the current table will be rendered.
Definizione alla linea 113 del file class.t3lib_xml.php. Riferimenti $table. |
|
||||||||||||
|
When outputting a input record in XML only fields listed in $this->XML_recFields for the current table will be rendered.
Definizione alla linea 113 del file class.t3lib_xml.php. Riferimenti $table. |
|
||||||||||||
|
When outputting a input record in XML only fields listed in $this->XML_recFields for the current table will be rendered.
Definizione alla linea 113 del file class.t3lib_xml.php. Riferimenti $table. |
|
||||||||||||
|
When outputting a input record in XML only fields listed in $this->XML_recFields for the current table will be rendered.
Definizione alla linea 113 del file class.t3lib_xml.php. Riferimenti $table. |
|
||||||||||||
|
When outputting a input record in XML only fields listed in $this->XML_recFields for the current table will be rendered.
Definizione alla linea 113 del file class.t3lib_xml.php. Riferimenti $table. |
|
|
Substitutes chr(10) characters with a '<newline>' tag.
Definizione alla linea 281 del file class.t3lib_xml.php. |
|
|
Substitutes chr(10) characters with a '<newline>' tag.
Definizione alla linea 281 del file class.t3lib_xml.php. |
|
|
Substitutes chr(10) characters with a '<newline>' tag.
Definizione alla linea 281 del file class.t3lib_xml.php. |
|
|
Substitutes chr(10) characters with a '<newline>' tag.
Definizione alla linea 281 del file class.t3lib_xml.php. |
|
|
Substitutes chr(10) characters with a '<newline>' tag.
Definizione alla linea 281 del file class.t3lib_xml.php. |
|
|
Substitutes chr(10) characters with a '<newline>' tag.
Definizione alla linea 281 del file class.t3lib_xml.php. |
|
|
UTF-8 encodes the input content (from ISO-8859-1!)
Definizione alla linea 271 del file class.t3lib_xml.php. Riferimenti $content. |
|
|
UTF-8 encodes the input content (from ISO-8859-1!)
Definizione alla linea 271 del file class.t3lib_xml.php. Riferimenti $content. |
|
|
UTF-8 encodes the input content (from ISO-8859-1!)
Definizione alla linea 271 del file class.t3lib_xml.php. Riferimenti $content. |
|
|
UTF-8 encodes the input content (from ISO-8859-1!)
Definizione alla linea 271 del file class.t3lib_xml.php. Riferimenti $content. |
|
|
UTF-8 encodes the input content (from ISO-8859-1!)
Definizione alla linea 271 del file class.t3lib_xml.php. Riferimenti $content. |
|
|
UTF-8 encodes the input content (from ISO-8859-1!)
Definizione alla linea 271 del file class.t3lib_xml.php. Riferimenti $content. |
|
|
Creates the BACK button for WAP documents
Definizione alla linea 301 del file class.t3lib_xml.php. Riferimenti accept. |
|
|
Creates the BACK button for WAP documents
Definizione alla linea 301 del file class.t3lib_xml.php. Riferimenti accept. |
|
|
Creates the BACK button for WAP documents
Definizione alla linea 301 del file class.t3lib_xml.php. Riferimenti accept. |
|
|
Creates the BACK button for WAP documents
Definizione alla linea 301 del file class.t3lib_xml.php. Riferimenti accept. |
|
|
Creates the BACK button for WAP documents
Definizione alla linea 301 del file class.t3lib_xml.php. Riferimenti accept. |
|
|
Creates the BACK button for WAP documents
Definizione alla linea 301 del file class.t3lib_xml.php. Riferimenti accept. |
|
|
Initialize WML (WAP) document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level.
Definizione alla linea 132 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize WML (WAP) document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level.
Definizione alla linea 132 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize WML (WAP) document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level.
Definizione alla linea 132 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize WML (WAP) document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level.
Definizione alla linea 132 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize WML (WAP) document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level.
Definizione alla linea 132 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Initialize WML (WAP) document with <?xml + <!DOCTYPE header tags and setting ->topLevelName as the first level.
Definizione alla linea 132 del file class.t3lib_xml.php. Riferimenti newLevel(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Definizione alla linea 91 del file class.t3lib_xml.php. |
|
|
Definizione alla linea 93 del file class.t3lib_xml.php. |
|
|
Definizione alla linea 94 del file class.t3lib_xml.php. |
|
|
Definizione alla linea 87 del file class.t3lib_xml.php. Referenziato da t3lib_xml(). |
|
|
Definizione alla linea 88 del file class.t3lib_xml.php. |
|
|
Definizione alla linea 92 del file class.t3lib_xml.php. |
|
|
Definizione alla linea 90 del file class.t3lib_xml.php. |
1.4.6