PHP 클래스 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.
저자: Jan Schneider ([email protected])
상속: extends Horde_Text_Filter_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
getPatterns ( ) : array Returns a hash with replace patterns.
regexCallback ( array $matches ) : string Preg callback.

메소드 상세

getPatterns() 공개 메소드

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

regexCallback() 공개 메소드

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