SproutCMS

This is the code documentation for the SproutCMS project

function setFieldLabel()

Set the label for a single field

Usage

void $Validator->setFieldLabel ( string $field , string $label );

Arguments

  1. string $field
    The field to set
  2. string $label
    The label to set on the field

Return value

  • void