.. _Nng\Nnhelpers\ViewHelpers\FlashMessagesViewHelper: ======================================= flashMessages ======================================= Description --------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Outputs a flash message. In the controller: .. code-block:: php \nn\t3::Message()->OK('Title', 'Infotext'); \nn\t3::Message()->setId('above')->ERROR('Title', 'Infotext'); In the fluid: .. code-block:: php The core functions: .. code-block:: php | ``@return string``