Clickalicious\PhpMemAdmin\App::getMessages PHP Méthode

getMessages() protected méthode

Retrieves the messages to be shown in rendered page.
Author: Benjamin Carl ([email protected])
protected getMessages ( ) : string
Résultat string The message HTML string
    protected function getMessages()
    {
        $message = $this->renderTemplate($this->loadTemplates('message'), array('message' => $this->getErrorMessageHtml() . $this->getHtmlInfoMessage() . $this->getHtmlSuccessMessage()));
        return $message;
    }