Documentation TYPO3 par Ameos |
Public Member Functions | |
| fetchExtension ($extKey, $version, $expectedMD5, $mirrorURL) | |
| fetchTranslation ($extKey, $lang, $mirrorURL) | |
| fetchTranslationStatus ($extKey, $mirrorURL) | |
| decodeServerData ($externalData) | |
| decodeExchangeData ($str) | |
| makeUploadDataFromArray ($uploadArray) | |
| uploadToTER ($em) | |
Public Attributes | |
| $wsdlURL | |
| $emObj | |
Definition at line 46 of file class.em_terconnection.php.
| SC_mod_tools_em_terconnection::fetchExtension | ( | $ | extKey, | |
| $ | version, | |||
| $ | expectedMD5, | |||
| $ | mirrorURL | |||
| ) |
Fetches an extension from the given mirror
| string | $extKey Extension Key | |
| string | $version Version to install | |
| string | $expectedMD5 Expected MD5 hash of extension file | |
| string | $mirrorURL URL of mirror to use |
Definition at line 59 of file class.em_terconnection.php.
References decodeExchangeData(), and t3lib_div::getURL().
| SC_mod_tools_em_terconnection::fetchTranslation | ( | $ | extKey, | |
| $ | lang, | |||
| $ | mirrorURL | |||
| ) |
Fetches an extensions l10n file from the given mirror
| string | $extKey Extension Key | |
| string | $lang The language code of the translation to fetch | |
| string | $mirrorURL URL of mirror to use |
Definition at line 82 of file class.em_terconnection.php.
References t3lib_div::getURL().
| SC_mod_tools_em_terconnection::fetchTranslationStatus | ( | $ | extKey, | |
| $ | mirrorURL | |||
| ) |
Fetches extension l10n status from the given mirror
| string | $extKey Extension Key | |
| string | $mirrorURL URL of mirror to use |
Definition at line 100 of file class.em_terconnection.php.
References t3lib_div::getURL().
| SC_mod_tools_em_terconnection::decodeServerData | ( | $ | externalData | ) |
Decode server data This is information like the extension list, extension information etc., return data after uploads (new em_conf)
| string | Data stream from remove server |
Definition at line 121 of file class.em_terconnection.php.
| SC_mod_tools_em_terconnection::decodeExchangeData | ( | $ | str | ) |
Decodes extension upload array. This kind of data is when an extension is uploaded to TER
| string | Data stream |
Definition at line 148 of file class.em_terconnection.php.
Referenced by fetchExtension().
| SC_mod_tools_em_terconnection::makeUploadDataFromArray | ( | $ | uploadArray | ) |
Encodes extension upload array
| array | Array containing extension |
Definition at line 170 of file class.em_terconnection.php.
| SC_mod_tools_em_terconnection::uploadToTER | ( | $ | em | ) |
[Describe function...]
| [type] | $em: ... |
Definition at line 188 of file class.em_terconnection.php.
References t3lib_div::makeInstance().
1.4.6