ManaPHP\Mvc\View\FlashInterface::output PHP Method

output() public method

Prints the messages in the session flasher
public output ( boolean $remove = true ) : void
$remove boolean
return void
    public function output($remove = true);