TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
OpenidExtractionUpdate Class Reference
Inheritance diagram for OpenidExtractionUpdate:
AbstractDownloadExtensionUpdate AbstractUpdate

Public Member Functions

 checkForUpdate (&$description)
 
 performUpdate (array &$databaseQueries, &$customMessages)
 

Protected Attributes

 $title = 'Installs extension "openid" from TER if openid is used.'
 
 $extensionKey = 'openid'
 
 $extensionDetails
 
- Protected Attributes inherited from AbstractDownloadExtensionUpdate
 $title = 'Install an Extension from the Extension Repository'
 
 $extensionDetails = []
 
 $repositoryUrl = 'https://typo3.org/fileadmin/ter/@filename'
 
- Protected Attributes inherited from AbstractUpdate
 $title
 
 $identifier
 

Additional Inherited Members

- Public Attributes inherited from AbstractUpdate
 $pObj
 
 $userInput
 
 $versionNumber
 
- Protected Member Functions inherited from AbstractDownloadExtensionUpdate
 getExtensionDetails ($extensionKey)
 
 fetchExtension ($extensionKey, $version)
 
 fetchUrl ($url)
 

Detailed Description

Installs and downloads EXT:openid if needed

Definition at line 20 of file OpenidExtractionUpdate.php.

Member Function Documentation

checkForUpdate ( $description)

Checks if an update is needed

Parameters
string$descriptionThe description for the update
Returns
bool Whether an update is needed (true) or not (false)

Definition at line 49 of file OpenidExtractionUpdate.php.

References AbstractUpdate\getDatabaseConnection(), and AbstractUpdate\isWizardDone().

performUpdate ( array &  $databaseQueries,
$customMessages 
)

Performs the update if EXT:openid is used.

Parameters
array$databaseQueriesQueries done in this update
mixed$customMessagesCustom messages
Returns
bool

Definition at line 83 of file OpenidExtractionUpdate.php.

References AbstractUpdate\markWizardAsDone().

Member Data Documentation

$extensionDetails
protected
Initial value:
= [
'openid' => [
'title' => 'OpenID authentication'

Definition at line 35 of file OpenidExtractionUpdate.php.

$extensionKey = 'openid'
protected

Definition at line 30 of file OpenidExtractionUpdate.php.

$title = 'Installs extension "openid" from TER if openid is used.'
protected

Definition at line 25 of file OpenidExtractionUpdate.php.