[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/core/classes/ -> MantisFormattingPlugin.class.php (summary)

(no description)

Copyright: Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
Copyright: Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@lists.sourceforge.net
File Size: 86 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  hooks()
  text()
  formatted()
  rss()
  email()

Functions
Functions that are not part of a class:

hooks()   X-Ref
Event hook declaration.


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