PHP 클래스 Horde_Core_Text_Filter_Emails, horde

Copyright 2010-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.
저자: Michael Slusarz ([email protected])
상속: extends Horde_Text_Filter_Emails
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructor.

보호된 메소드들

메소드 설명
_regexCallback ( array $matches ) : string Regular expression callback.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params = [] )
$params array Parameters (in addition to base Horde_Text_Filter_Emails parameters): - always_mailto: (boolean) If true, a mailto: link is always generated. Only if no mail/compose registry API method exists otherwise. DEFAULT: false - callback: (callback) Use this callback instead of the mail/compose API call. DEFAULT: Use mail/compose API call.

_regexCallback() 보호된 메소드

Regular expression callback.
protected _regexCallback ( array $matches ) : string
$matches array preg_replace_callback() matches.
리턴 string Replacement string.