SC_mod_tools_em_terconnection Klassenreferenz
Aufstellung aller Elemente
Dokumentation der Elementfunktionen
| SC_mod_tools_em_terconnection::decodeExchangeData |
( |
$ |
str |
) |
|
Decodes extension upload array. This kind of data is when an extension is uploaded to TER
- Parameter:
-
- Rückgabe:
- mixed Array with result on success, otherwise an error string.
| 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)
- Parameter:
-
| string | Data stream from remove server |
- Rückgabe:
- mixed On success, returns an array with data array and stats array as key 0 and 1. Otherwise returns error string
- Siehe auch:
- fetchServerData(), processRepositoryReturnData()
| SC_mod_tools_em_terconnection::fetchExtension |
( |
$ |
extKey, |
|
|
$ |
version, |
|
|
$ |
expectedMD5, |
|
|
$ |
mirrorURL | |
|
) |
| | |
Fetches an extension from the given mirror
- Parameter:
-
| string | $extKey Extension Key |
| string | $version Version to install |
| string | $expectedMD5 Expected MD5 hash of extension file |
| string | $mirrorURL URL of mirror to use |
- Rückgabe:
- mixed T3X data (array) or error message (string)
| SC_mod_tools_em_terconnection::fetchTranslation |
( |
$ |
extKey, |
|
|
$ |
lang, |
|
|
$ |
mirrorURL | |
|
) |
| | |
Fetches an extensions l10n file from the given mirror
- Parameter:
-
| string | $extKey Extension Key |
| string | $lang The language code of the translation to fetch |
| string | $mirrorURL URL of mirror to use |
- Rückgabe:
- mixed Array containing l10n data or error message (string)
| SC_mod_tools_em_terconnection::fetchTranslationStatus |
( |
$ |
extKey, |
|
|
$ |
mirrorURL | |
|
) |
| | |
Fetches extension l10n status from the given mirror
- Parameter:
-
| string | $extKey Extension Key |
| string | $mirrorURL URL of mirror to use |
- Rückgabe:
- mixed Array containing l10n status data or FALSE if no status could be fetched
| SC_mod_tools_em_terconnection::makeUploadDataFromArray |
( |
$ |
uploadArray |
) |
|
Encodes extension upload array
- Parameter:
-
| array | Array containing extension |
- Rückgabe:
- string Content stream
| SC_mod_tools_em_terconnection::uploadToTER |
( |
$ |
em |
) |
|
[Describe function...]
- Parameter:
-
- Rückgabe:
- [type] ...
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
- /srv/www/vhosts/typo3.local/typo3_src-4.2.10/typo3/mod/tools/em/class.em_terconnection.php