PHP Class Neos\Neos\Ui\Domain\Model\Feedback\Messages\Success

Inheritance: extends Neos\Neos\Ui\Domain\Model\Feedback\AbstractMessageFeedback
Show file Open project: neos/neos-ui Class Usage Examples

Protected Properties

Property Type Description
$severity string

Public Methods

Method Description
getDescription ( ) : string Get the description
getType ( ) : string Get the type identifier

Method Details

getDescription() public method

Get the description
public getDescription ( ) : string
return string

getType() public method

Get the type identifier
public getType ( ) : string
return string

Property Details

$severity protected property

protected string $severity
return string