Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/vendors/Textpattern/Textfilter/TextfilterInterface.php - 66 lines - 1647 bytes - Source - Print

Description: Textfilter interface.

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

TextfilterInterface:: (3 methods):
filter()
getHelp()
getKey()

Interface: TextfilterInterface


filter($thing, $options line: 37
Filters the given raw input value.

return: string Filtered output text
param: string $thing   The raw input string
param: array  $options Options
getHelp()  line: 47
Gets filter-specific help.

Help can be used to set and offer HTML formatted instructions,
examples and formatting tips. These instructions will be presented to
the user.

return: string HTML for filter-specific help
getKey()  line: 59
Gets a filter's globally unique identifier.

return: string

title

Body