SproutCMS

This is the code documentation for the SproutCMS project

function setFieldValue()

Set the value for a single data field

Usage

void $Validator->setFieldValue ( string $field , mixed $value );

Arguments

  1. string $field
    The field to set
  2. mixed $value
    The value to set on the field

Return value

  • void