SproutCMS

This is the code documentation for the SproutCMS project

function addGeneralError()

Add a general error message, e.g. for errors affecting many fields

Usage

void $Validator->addGeneralError ( string $message );

Arguments

  1. string $message
    The message text

Return value

  • void