TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Install\Status\AbstractStatus Class Reference
Inheritance diagram for TYPO3\CMS\Install\Status\AbstractStatus:
TYPO3\CMS\Install\Status\StatusInterface TYPO3\CMS\Install\Status\AlertStatus TYPO3\CMS\Install\Status\ErrorStatus TYPO3\CMS\Install\Status\InfoStatus TYPO3\CMS\Install\Status\NoticeStatus TYPO3\CMS\Install\Status\OkStatus TYPO3\CMS\Install\Status\WarningStatus

Public Member Functions

 getSeverity ()
 
 getTitle ()
 
 setTitle ($title)
 
 getMessage ()
 
 setMessage ($message)
 

Protected Attributes

 $severity = ''
 
 $title = ''
 
 $message = ''
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Abstract status

Author
Christian Kuhn lolli.nosp@m.@sch.nosp@m.warzb.nosp@m.u.ch

Definition at line 22 of file AbstractStatus.php.

Member Function Documentation

◆ getMessage()

TYPO3\CMS\Install\Status\AbstractStatus::getMessage ( )

Get status message

Returns
string Status message

Implements TYPO3\CMS\Install\Status\StatusInterface.

Definition at line 68 of file AbstractStatus.php.

References TYPO3\CMS\Install\Status\AbstractStatus\$message.

◆ getSeverity()

TYPO3\CMS\Install\Status\AbstractStatus::getSeverity ( )
Returns
string The severity

Implements TYPO3\CMS\Install\Status\StatusInterface.

Definition at line 42 of file AbstractStatus.php.

References TYPO3\CMS\Install\Status\AbstractStatus\$severity.

◆ getTitle()

TYPO3\CMS\Install\Status\AbstractStatus::getTitle ( )
Returns
string The title

Implements TYPO3\CMS\Install\Status\StatusInterface.

Definition at line 49 of file AbstractStatus.php.

References TYPO3\CMS\Install\Status\AbstractStatus\$title.

◆ setMessage()

TYPO3\CMS\Install\Status\AbstractStatus::setMessage (   $message)

Set status message

Parameters
string$messageStatus message
Returns
void

Implements TYPO3\CMS\Install\Status\StatusInterface.

Definition at line 78 of file AbstractStatus.php.

References TYPO3\CMS\Install\Status\AbstractStatus\$message.

◆ setTitle()

TYPO3\CMS\Install\Status\AbstractStatus::setTitle (   $title)

Set title

Parameters
string$titleThe title
Returns
void

Implements TYPO3\CMS\Install\Status\StatusInterface.

Definition at line 59 of file AbstractStatus.php.

References TYPO3\CMS\Install\Status\AbstractStatus\$title.

Member Data Documentation

◆ $message

TYPO3\CMS\Install\Status\AbstractStatus::$message = ''
protected

◆ $severity

TYPO3\CMS\Install\Status\AbstractStatus::$severity = ''
protected

◆ $title

TYPO3\CMS\Install\Status\AbstractStatus::$title = ''
protected