[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/plugins/MantisCoreFormatting/ -> MantisCoreFormatting.php (summary)

(no description)

File Size: 182 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MantisCoreFormattingPlugin:: (6 methods):
  register()
  config()
  text()
  formatted()
  rss()
  email()


Class: MantisCoreFormattingPlugin  - X-Ref

register( )   X-Ref
A method that populates the plugin information and minimum requirements.


config()   X-Ref
Default plugin configuration.


text( $p_event, $p_string, $p_multiline = true )   X-Ref
Plain text processing.

param: string Event name
param: string Unformatted text
param: boolean Multiline text
return: multi Array with formatted text and multiline paramater

formatted( $p_event, $p_string, $p_multiline = true )   X-Ref
Formatted text processing.

param: string Event name
param: string Unformatted text
param: boolean Multiline text
return: multi Array with formatted text and multiline paramater

rss( $p_event, $p_string )   X-Ref
RSS text processing.

param: string Event name
param: string Unformatted text
return: string Formatted text

email( $p_event, $p_string )   X-Ref
Email text processing.

param: string Event name
param: string Unformatted text
return: string Formatted text



Generated: Thu Jul 28 15:48:31 2011 Cross-referenced by PHPXref 0.7