Language
[ class tree: Language ] [ index: Language ] [ all elements ]

Element index for package Language

[ b ] [ c ] [ d ] [ g ] [ i ] [ o ] [ p ] [ s ] [ t ] [ _ ]

_

__construct
in file Translate.php, method I18N_Messages_Translate::__construct()
__construct
in file Common.php, method I18N_Messages_Common::__construct()
__construct
in file File.php, method I18N_Messages_File::__construct()
    Save Lanuguage and the directory name where language file resides.
top

b

bindDomain
in file Common.php, method I18N_Messages_Common::bindDomain()
    Bind domain to use If domain is not passed and there's already a value set to domain, then this method returns current domain.
bindLanguage
in file Common.php, method I18N_Messages_Common::bindLanguage()
    Bind language to use If language is not passed and there's already a value set to domain, then this method returns current domain.
top

c

Common.php
procedural page Common.php
top

d

determineLanguage
in file Common.php, method I18N_Messages_Common::determineLanguage()
    trys to get the language of a given string
top

g

get
in file Common.php, method I18N_Messages_Common::get()
    Look for and return the message corresponds to the messageID passed.
getAll
in file Translate.php, method I18N_Messages_Translate::getAll()
    returns the DB content for the source and the destination language given as paramter $lang
getCharset
in file Common.php, method I18N_Messages_Common::getCharset()
    Returns charset of message. Returns null if it's not set.
get
in file File.php, method I18N_Messages_File::get()
getDir
in file File.php, method I18N_Messages_File::getDir()
    Return directory name
top

i

I18N_Messages_Common
in file Common.php, class I18N_Messages_Common
    this class provides language functionality, such as determining the language of a given string, etc.
I18N_Messages_Common
in file Common.php, method I18N_Messages_Common::I18N_Messages_Common()
    for pre-ZE2 compatibility
I18N_Messages_Translate
in file Translate.php, method I18N_Messages_Translate::I18N_Messages_Translate()
    for pre-ZE2 compatibility
I18N_Messages_Translate
in file Translate.php, class I18N_Messages_Translate
    Description
I18N_Messages_File
in file File.php, method I18N_Messages_File::I18N_Messages_File()
    For pre-Zend2 compatibility. Call actual constructor
I18N_Messages_File
in file File.php, class I18N_Messages_File
    Get message, and charset from php file, and return corresponding message when get() is called.
top

o

$options
in file Translate.php, variable I18N_Messages_Translate::$options
top

p

$possibleMarkUpDelimiters
in file Translate.php, variable I18N_Messages_Translate::$possibleMarkUpDelimiters
    Those are the delimiters surrounding translatable text.
top

s

set
in file Common.php, method I18N_Messages_Common::set()
    Set message ID to corresponding string
setCharset
in file Common.php, method I18N_Messages_Common::setCharset()
    Set charset of message
simpleTranslate
in file Translate.php, method I18N_Messages_Translate::simpleTranslate()
    tries to translate a given string, but only exactly the string as it is in the DB
setDir
in file File.php, method I18N_Messages_File::setDir()
    Set directory
top

t

Translate.php
procedural page Translate.php
translate
in file Translate.php, method I18N_Messages_Translate::translate()
    tries to translate a given string, it also tries using the regexp's which might be in the DB
translateMarkUpString
in file Translate.php, method I18N_Messages_Translate::translateMarkUpString()
    translates all the strings that match any of the source language-string the input is mostly an HTML-file, and it is filtered so only real text is translated, at least i try it as good as i can :-)
top

Documentation generated on Mon, 11 Mar 2019 15:36:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.