User name of an account being qualified to upload this extension
Password of the user account
Title of the extension
Short text which describes the extension's functionality. Should not exceed 250 characters.
Development state of this version of the extension.
First and last name of the extension's author.
Email address of the extension author
Name of the company of the extension author
Category code the extension falls into
Result code returned after uploading an extension
Array of string messages
String value of the version number the extension was finally stored under. May be different from the version number specified in the uploadExtensionRequest if the version number was lower than the latest version already existing in the repository.
Size in bytes of the files contained in this extension
Compressed size in bytes of the files delivered with this extension
Number of PHP code lines of this extension
Size in bytes of the PHP code of this extension
Number of downloads for this version of the extension
Comment specified during the upload of this version of the extension
Array of string containing technical messages about this extension generated by the Extension Manager
Dependencies, conflicts, suggestions etc. of the extension. This also includes dependencies on certain PHP or TYPO3 versions.
TRUE if the extension is a "shy" extension
Comma separated list of module names of the modules the extension provides. Eg. "mod1,mod2"
Comma separated list of foreign database table names this extension alters.
TRUE if the caches should be cleared on installation or upgrade of this extension
Defines if this extension can only run in a certain scope, for example installed as a system extension.
Extension key the extension depends on /
recommends / suggests / conflicts with
or replaces.
If the extension depends on a certain
version (-range) of the TYPO3 core, the
special keyword "typo3" must
be set as the extension key. In case the
extension relies on a certain version
(-range) of PHP, the special keyword
"php" must be set
respectively.
Method for basic connectivity check. Returns the given value prepended by "pong".
Method for basic autorisation check. Returns TRUE on success and FALSE on failure.
Uploads an extension to the extension repository.