PHP Class Horde_Text_Filter_Environment, horde

Copyright 2004-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Text_Filter_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
getPatterns ( ) : array Returns a hash with replace patterns.
regexCallback ( array $matches ) : string Preg callback.

Method Details

getPatterns() public method

Returns a hash with replace patterns.
public getPatterns ( ) : array
return array Patterns hash.

regexCallback() public method

Preg callback.
public regexCallback ( array $matches ) : string
$matches array preg_replace_callback() matches.
return string The replacement string.