Element Index, Package GoogleTranslateWrapper

Index of all elements
d e g s t _

_   top
   $_apiKey in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_apiKey
    Google API key
   $_detectedSourceLanguage in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_detectedSourceLanguage
    Detected source language
   $_fromLang in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_fromLang
    Language to translate from
   $_googleDetectUrl in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_googleDetectUrl
    URL of Google language detection
   $_googleTranslateUrl in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_googleTranslateUrl
    URL of Google translate
   $_ip in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_ip
    Host IP address
   $_postFields in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_postFields
    POST fields
   $_serviceError in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_serviceError
    Service Error
   $_siteUrl in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_siteUrl
    Site url using the code
   $_text in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_text
    Text to translate
   $_toLang in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_toLang
    Language to translate to
   $_translatedText in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_translatedText
    Translated Text
   $_version in file googleTranslate.class.php, variable GoogleTranslateWrapper::$_version
    API version
   _composeUrl in file googleTranslate.class.php, method GoogleTranslateWrapper::_composeUrl()
    Build a POST url to query Google
   _remoteQuery in file googleTranslate.class.php, method GoogleTranslateWrapper::_remoteQuery()
    Process the built query using cURL and POST
   _remoteQueryDetect in file googleTranslate.class.php, method GoogleTranslateWrapper::_remoteQueryDetect()
    Process the built query using cURL and GET
d   top
   DETECT in file googleTranslate.class.php, class constant GoogleTranslateWrapper::DETECT
   detectLanguage in file googleTranslate.class.php, method GoogleTranslateWrapper::detectLanguage()
    Detect the language of the given text
e   top
   example.php procedural page example.php
g   top
   getDetectedSource in file googleTranslate.class.php, method GoogleTranslateWrapper::getDetectedSource()
    Get the detected source language, if the source is not provided during query
   getLastError in file googleTranslate.class.php, method GoogleTranslateWrapper::getLastError()
    Get the last generated service error
   googleTranslate.class.php procedural page googleTranslate.class.php
   GoogleTranslateWrapper in file googleTranslate.class.php, class GoogleTranslateWrapper
    GoogleTranslateWrapper Main Class
s   top
   selfTest in file googleTranslate.class.php, method GoogleTranslateWrapper::selfTest()
    Self test the class
   setCredentials in file googleTranslate.class.php, method GoogleTranslateWrapper::setCredentials()
    Set credentials (optional) when accessing Google translation services
t   top
   TRANSLATE in file googleTranslate.class.php, class constant GoogleTranslateWrapper::TRANSLATE
   translate in file googleTranslate.class.php, method GoogleTranslateWrapper::translate()
    Translate the given text