SproutCMS

This is the code documentation for the SproutCMS project

function modify()

Modify a column value
This value will be html/csv/etc encoded afterwards.

Usage

string $ColModifierHexIP->modify ( string $val , string $field_name );

Arguments

  1. string $val
    The incoming value
  2. string $field_name
    The name of the field being modified

Return value

  • string
    The modified value