SproutCMS

This is the code documentation for the SproutCMS project

function error()

Shows an error message in the admin skin

Usage

void $AdminController->error ( string $message [, ManagedAdminController $ctlr ] );

Arguments

  1. string $message
    The message to show. Should be plain-text.
  2. ManagedAdminController $ctlr = NULL
    A controller to show the navigation of.

Return value

  • void