TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Install\Status\StatusInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Install\Status\StatusInterface:
TYPO3\CMS\Install\Status\AbstractStatus 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 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)
 

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! Status interface

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

Definition at line 22 of file StatusInterface.php.

Member Function Documentation

◆ getMessage()

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

Get status message

Returns
string Status message

Implemented in TYPO3\CMS\Install\Status\AbstractStatus.

Referenced by TYPO3\CMS\Install\View\JsonView\transformStatusToArray().

◆ getSeverity()

TYPO3\CMS\Install\Status\StatusInterface::getSeverity ( )

Get severity

Returns
string The severity

Implemented in TYPO3\CMS\Install\Status\AbstractStatus.

Referenced by TYPO3\CMS\Install\View\JsonView\transformStatusToArray().

◆ getTitle()

TYPO3\CMS\Install\Status\StatusInterface::getTitle ( )

Get title

Returns
string The title

Implemented in TYPO3\CMS\Install\Status\AbstractStatus.

Referenced by TYPO3\CMS\Install\View\JsonView\transformStatusToArray().

◆ setMessage()

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

Set status message

Parameters
string$messageStatus message
Returns
void

Implemented in TYPO3\CMS\Install\Status\AbstractStatus.

◆ setTitle()

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

Set title

Parameters
string$titleThe title
Returns
void

Implemented in TYPO3\CMS\Install\Status\AbstractStatus.