‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Updates\SysLogSerializationUpdate Class Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\SysLogSerializationUpdate:
TYPO3\CMS\Install\Updates\UpgradeWizardInterface

Public Member Functions

 getTitle ()
 
 getDescription ()
 
 getPrerequisites ()
 
 updateNecessary ()
 
 executeUpdate ()
 

Protected Member Functions

 hasRecordsToUpdate ()
 
 getPreparedQueryBuilder ()
 
 getConnectionPool ()
 

Private Attributes

const TABLE_NAME = 'sys_log'
 

Detailed Description

Since
12.1

This class is only meant to be used within EXT:install and is not part of the TYPO3 Core API.

Definition at line 31 of file SysLogSerializationUpdate.php.

Member Function Documentation

◆ executeUpdate()

TYPO3\CMS\Install\Updates\SysLogSerializationUpdate::executeUpdate ( )

◆ getConnectionPool()

TYPO3\CMS\Install\Updates\SysLogSerializationUpdate::getConnectionPool ( )
protected

◆ getDescription()

TYPO3\CMS\Install\Updates\SysLogSerializationUpdate::getDescription ( )

Return the description for this wizard

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 41 of file SysLogSerializationUpdate.php.

◆ getPreparedQueryBuilder()

◆ getPrerequisites()

TYPO3\CMS\Install\Updates\SysLogSerializationUpdate::getPrerequisites ( )

Returns an array of class names of Prerequisite classes

This way a wizard can define dependencies like "database up-to-date" or "reference index updated"

Returns
‪string[]

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 46 of file SysLogSerializationUpdate.php.

◆ getTitle()

TYPO3\CMS\Install\Updates\SysLogSerializationUpdate::getTitle ( )

Return the speaking name of this wizard

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 36 of file SysLogSerializationUpdate.php.

◆ hasRecordsToUpdate()

TYPO3\CMS\Install\Updates\SysLogSerializationUpdate::hasRecordsToUpdate ( )
protected

◆ updateNecessary()

TYPO3\CMS\Install\Updates\SysLogSerializationUpdate::updateNecessary ( )

Is an update necessary?

Is used to determine whether a wizard needs to be run. Check if data for migration exists.

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 53 of file SysLogSerializationUpdate.php.

References TYPO3\CMS\Install\Updates\SysLogSerializationUpdate\hasRecordsToUpdate().

Member Data Documentation

◆ TABLE_NAME

const TYPO3\CMS\Install\Updates\SysLogSerializationUpdate::TABLE_NAME = 'sys_log'
private

Definition at line 34 of file SysLogSerializationUpdate.php.