PHP Class ManaPHP\Mvc\View\Flash\Adapter\Session

Inheritance: extends ManaPHP\Mvc\View\Flash
Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_messages array
$_sessionKey string

Méthodes publiques

Méthode Description
__construct ( array $cssClasses = [] ) Session constructor.
_message ( string $type, string $message ) : void
_output ( boolean $remove = true ) : void

Method Details

__construct() public méthode

Session constructor.
public __construct ( array $cssClasses = [] )
$cssClasses array

_message() public méthode

public _message ( string $type, string $message ) : void
$type string
$message string
Résultat void

_output() public méthode

public _output ( boolean $remove = true ) : void
$remove boolean
Résultat void

Property Details

$_messages protected_oe property

protected array $_messages
Résultat array

$_sessionKey protected_oe property

protected string $_sessionKey
Résultat string