\GeekwrightPo

Namespaces

Exceptions

Interfaces

PoTokens Constants representing line identification tokens found in a GNU gettext style PO or POT file

Classes

PoEntry PoEntry represent a single entry in a GNU gettext style PO or POT file.
PoFile PoFile - represent all entries in a GNU gettext style PO or POT file as a collection of PoHeader and PoEntry objects.
PoHeader A special PoEntry that represents the header of a GNU gettext style PO or POT file.
PoInitAbstract PoInitAbstract provides a structure for 'msginit' like logic which can take a source PHP file, recognize gettext like function tokens, and capture the translatable strings in a PoFile object.
PoInitPHP PoInitPHP provides 'msginit' like logic which can take a source PHP file, recognize gettext like function tokens, and capture the translatable strings in a PoFile object.
PoInitSmarty PoInitPHP provides 'msginit' like logic which can take a Smarty template file, recognize gettext like function tokens, and capture the translatable strings in a PoFile object.