if (!
array_key_exists('rootElement',
$options)) { $options['rootElement'
] = 'logEntry';
} if (!
array_key_exists('encoding',
$options)) { $options['encoding'
] = 'UTF-8';
} $this->_rootElement =
$options['rootElement'
];
$this->
setEncoding($options['encoding'
]);
if (array_key_exists('elementMap',
$options)) { $this->_elementMap =
$options['elementMap'
];
} } /**
* Factory for Zend_Log_Formatter_Xml classe
*
* @param array|Zend_Config $options
* @return Zend_Log_Formatter_Xml
*/