Class Text_Filter_emails

Description
Variable Summary
 array $_params
Method Summary
 void callback ( $encode,  $class,  $bracket1,  $protocol,  $email,  $args_long,  $args,  $bracket2,  $prefix,  $email2,  $args_long2,  $args2)
 string decode (string $text)
 array getPatterns ()
Variables
array $_params = array('always_mailto' => false,
'class' => '',
'encode' => false)
(line 36)

Filter parameters.


Redefinition of:
Text_Filter::$_params
Filter parameters.
Methods
callback (line 116)
void callback ( $encode,  $class,  $bracket1,  $protocol,  $email,  $args_long,  $args,  $bracket2,  $prefix,  $email2,  $args_long2,  $args2)
  • $encode
  • $class
  • $bracket1
  • $protocol
  • $email
  • $args_long
  • $args
  • $bracket2
  • $prefix
  • $email2
  • $args_long2
  • $args2
decode (line 170)

"Decodes" the text formerly encoded by using the "encode" parameter.

  • return: The decoded text.
string decode (string $text)
  • string $text: An encoded text.
getPatterns (line 45)

Returns a hash with replace patterns.

  • return: Patterns hash.
array getPatterns ()

Redefinition of:
Text_Filter::getPatterns()
Returns a hash with replace patterns.

Inherited Methods

Inherited From Text_Filter

 Text_Filter::Text_Filter()
 Text_Filter::factory()
 Text_Filter::filter()
 Text_Filter::getPatterns()
 Text_Filter::postProcess()
 Text_Filter::preProcess()

Documentation generated on Sun, 30 Jan 2011 05:17:06 +0000 by phpDocumentor 1.4.3