![]() |
TYPO3
7.6
|
Protected Member Functions | |
getExtensionDetails ($extensionKey) | |
fetchExtension ($extensionKey, $version) | |
fetchUrl ($url) | |
![]() | |
markWizardAsDone ($confValue=1) | |
isWizardDone () | |
getDatabaseConnection () | |
Protected Attributes | |
$title = 'Install an Extension from the Extension Repository' | |
$extensionDetails = [] | |
$repositoryUrl = 'https://typo3.org/fileadmin/ter/@filename' | |
![]() | |
$title | |
$identifier | |
Additional Inherited Members | |
![]() | |
getTitle () | |
setTitle ($title) | |
getIdentifier () | |
setIdentifier ($identifier) | |
shouldRenderWizard () | |
shouldRenderNextButton () | |
checkIfTableExists ($table) | |
checkForUpdate (&$description) | |
performUpdate (array &$dbQueries, &$customMessages) | |
![]() | |
$pObj | |
$userInput | |
$versionNumber | |
Download extension from TER
Definition at line 27 of file AbstractDownloadExtensionUpdate.php.
|
protected |
Fetch extension from repository
string | $extensionKey | The extension key to fetch |
string | $version | The version to fetch |
\InvalidArgumentException |
Definition at line 127 of file AbstractDownloadExtensionUpdate.php.
References $filename, $url, and AbstractDownloadExtensionUpdate\fetchUrl().
|
protected |
Open an URL and return the response
This wrapper method is required to try several download methods if the configuration is not valid or initially written by the installer.
string | $url | The URL to file |
\Exception | |
\InvalidArgumentException |
Definition at line 152 of file AbstractDownloadExtensionUpdate.php.
References $url, and GeneralUtility\getUrl().
Referenced by AbstractDownloadExtensionUpdate\fetchExtension().
|
protected |
Returns the details of a local or external extension
string | $extensionKey | Key of the extension to check |
Definition at line 109 of file AbstractDownloadExtensionUpdate.php.
|
protected |
Definition at line 39 of file AbstractDownloadExtensionUpdate.php.
|
protected |
Definition at line 44 of file AbstractDownloadExtensionUpdate.php.
|
protected |
Definition at line 33 of file AbstractDownloadExtensionUpdate.php.