print translateAdaptorQt

Handles translated data in QT format

Taken from Zend Framework, Zend_Translate package with only minor changes.


Methods

public __construct($inData, [$inLocale = null], [$inOptions = array()], [$inCache = null])

Generates the Qt adapter This adapter reads with php's xml_parser

protected _loadTranslationData($filename, $locale, [$options = array()])

Load translation data (QT file reader)

private _startElement($file, $name, $attrib)

Load translation data (QT file reader)

private _endElement($file, $name)

Load translation data (QT file reader)

private _contentElement($file, $data)

Load translation data (QT file reader)

private _findEncoding($filename)

Attempts to locate the file content encoding

public getAdaptorName()

Returns the adaptor name


Inherited Methods

<  1  >