Classes and interfaces
Formagic_Filter_Interface¶
Formagic Filter Interface
« More »
Formagic_Filter_Callback¶
Uses a valid PHP callback fot the value transformation.
« More »
Formagic_Filter_Date¶
Converts the given string into human readable time format.
« More »
Formagic_Filter_Nl2br¶
Converts all newline characters to HTML breaks
« More »
Formagic_Filter_Replace¶
Accepts a key-value array of replacements, the key beeing the value to be
replaced, the value beeing the replacement.
« More »
Formagic_Filter_Trim¶
Filters all prepended and trailing whitespaces from given value.
« More »