classQI18n
QI18n Class Reference
Inherits QBaseClass.
Collaboration diagram for QI18n:

Public Member Functions
- TranslateToken ($strToken)
- VarDump ()
Static Public Member Functions
- static Initialize ()
Public Attributes
- const PoParseStateNone = 0
- const PoParseStateMessageIdStart = 1
- const PoParseStateMessageId = 2
- const PoParseStateMessageStringStart = 3
- const PoParseStateMessageString = 4
Protected Member Functions
- ParsePoData ($strPoData)
- SetTranslation ($strToken, $strTranslatedText)
Static Protected Member Functions
- static UnescapeContent ($strContent)
Protected Attributes
- $strTranslationArray = array()
Member Function Documentation
| static QI18n::Initialize | ( | ) | [static] |
References QCallerException::IncrementOffset(), and QCallerException::setMessage().
| QI18n::ParsePoData | ( | $ | strPoData | ) | [protected] |
| QI18n::SetTranslation | ( | $ | strToken, | |
| $ | strTranslatedText | |||
| ) | [protected] |
Referenced by ParsePoData().
| QI18n::TranslateToken | ( | $ | strToken | ) |
| static QI18n::UnescapeContent | ( | $ | strContent | ) | [static, protected] |
Referenced by ParsePoData().
| QI18n::VarDump | ( | ) |
Member Data Documentation
QI18n::$strTranslationArray = array() [protected] |
| const QI18n::PoParseStateMessageId = 2 |
Referenced by ParsePoData().
| const QI18n::PoParseStateMessageIdStart = 1 |
Referenced by ParsePoData().
| const QI18n::PoParseStateMessageString = 4 |
Referenced by ParsePoData().
| const QI18n::PoParseStateMessageStringStart = 3 |
Referenced by ParsePoData().
| const QI18n::PoParseStateNone = 0 |
Referenced by ParsePoData().
The documentation for this class was generated from the following file:
- qcodo/_core/framework/QI18n.class.php
