TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Updates\OpenidExtractionUpdate Class Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\OpenidExtractionUpdate:
TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate TYPO3\CMS\Install\Updates\AbstractUpdate

Public Member Functions

 checkForUpdate (&$description)
 
 performUpdate (array &$databaseQueries, &$customMessages)
 
- Public Member Functions inherited from TYPO3\CMS\Install\Updates\AbstractUpdate
 getTitle ()
 
 setTitle ($title)
 
 getIdentifier ()
 
 setIdentifier ($identifier)
 
 shouldRenderWizard ()
 
 shouldRenderNextButton ()
 
 checkIfTableExists ($table)
 
 checkForUpdate (&$description)
 
 performUpdate (array &$dbQueries, &$customMessages)
 

Protected Attributes

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

Additional Inherited Members

- Public Attributes inherited from TYPO3\CMS\Install\Updates\AbstractUpdate
 $pObj
 
 $userInput
 
 $versionNumber
 
- Protected Member Functions inherited from TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate
 getExtensionDetails ($extensionKey)
 
 fetchExtension ($extensionKey, $version)
 
 fetchUrl ($url)
 
- Protected Member Functions inherited from TYPO3\CMS\Install\Updates\AbstractUpdate
 markWizardAsDone ($confValue=1)
 
 isWizardDone ()
 
 getDatabaseConnection ()
 

Detailed Description

Installs and downloads EXT:openid if needed

Definition at line 20 of file OpenidExtractionUpdate.php.

Member Function Documentation

◆ checkForUpdate()

TYPO3\CMS\Install\Updates\OpenidExtractionUpdate::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 TYPO3\CMS\Install\Updates\AbstractUpdate\getDatabaseConnection(), and TYPO3\CMS\Install\Updates\AbstractUpdate\isWizardDone().

◆ performUpdate()

TYPO3\CMS\Install\Updates\OpenidExtractionUpdate::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 TYPO3\CMS\Install\Updates\AbstractUpdate\markWizardAsDone().

Member Data Documentation

◆ $extensionDetails

TYPO3\CMS\Install\Updates\OpenidExtractionUpdate::$extensionDetails
protected
Initial value:
= [
'openid' => [
'title' => 'OpenID authentication'

Definition at line 35 of file OpenidExtractionUpdate.php.

◆ $extensionKey

TYPO3\CMS\Install\Updates\OpenidExtractionUpdate::$extensionKey = 'openid'
protected

Definition at line 30 of file OpenidExtractionUpdate.php.

◆ $title

TYPO3\CMS\Install\Updates\OpenidExtractionUpdate::$title = 'Installs extension "openid" from TER if openid is used.'
protected

Definition at line 25 of file OpenidExtractionUpdate.php.