SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class SortedColModifier

Extend this instead of ColModifier, if your output sort order matches the database sort order.
This means we can reliably show the sort arrows for a list, and it all still makes sense.

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.