$_params
$_params : array
Parameters for the parser construction.
A factory for generating Kolab format handlers.
create(string $format = 'Xml', string $type = '', array $params = array()) : \Horde_Kolab_Format
Generates a handler for a specific Kolab object type.
string | $format | The format that the handler should work with. |
string | $type | The object type that should be handled. |
array | $params | Additional parameters. 'version' - The format version. |
If the specified handler does not exist.
The handler.
createXmlParser() : \Horde_Kolab_Format_Xml_Parser
Generates a XML parser.
The parser.
createXmlHelper(\DOMDocument $xmldoc) : \Horde_Kolab_Format_Xml_Helper
Generates a XML helper instance.
\DOMDocument | $xmldoc | The XML document the helper works with. |
The helper utility.
createXmlType(string $type, array $params = array()) : \Horde_Kolab_Format_Xml_Type
Generates a XML type that deals with XML data modifications.
string | $type | The value type. |
array | $params | Additional parameters. |
If the specified type does not exist.
The type.