‪TYPO3CMS  11.5
TYPO3\CMS\Install\Updates\SysLogChannel Class Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\SysLogChannel:
TYPO3\CMS\Install\Updates\UpgradeWizardInterface

Public Member Functions

 __construct ()
 
 getIdentifier ()
 
 getTitle ()
 
 getDescription ()
 
 executeUpdate ()
 
 updateNecessary ()
 
 getPrerequisites ()
 

Protected Attributes

Connection $sysLogTable
 

Detailed Description

Definition at line 29 of file SysLogChannel.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Updates\SysLogChannel::__construct ( )

Definition at line 33 of file SysLogChannel.php.

Member Function Documentation

◆ executeUpdate()

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

◆ getDescription()

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

@inheritDoc

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 57 of file SysLogChannel.php.

◆ getIdentifier()

TYPO3\CMS\Install\Updates\SysLogChannel::getIdentifier ( )

@inheritDoc

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 41 of file SysLogChannel.php.

◆ getPrerequisites()

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

@inheritDoc

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 114 of file SysLogChannel.php.

◆ getTitle()

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

@inheritDoc

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 49 of file SysLogChannel.php.

◆ updateNecessary()

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

If all log entries have a default channel, assume we've not mapped anything yet.

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 101 of file SysLogChannel.php.

Member Data Documentation

◆ $sysLogTable

Connection TYPO3\CMS\Install\Updates\SysLogChannel::$sysLogTable
protected

Definition at line 31 of file SysLogChannel.php.