Horde_Text_Filter_Linkurls::getPatterns PHP Méthode

getPatterns() public méthode

Returns a hash with replace patterns.
public getPatterns ( ) : array
Résultat array Patterns hash.
    public function getPatterns()
    {
        return array('regexp_callback' => array('@' . self::getRegex() . '@' => array($this, 'callback')));
    }