SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class UnescapedColModifier

Extend this instead of ColModifier, if your output SHOULD NOT be escaped, i.e. it is already HTML

Functions

NameVisibilityDescription
modifypublicModify a column value

public modify (from ColModifier)

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

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