PHP 클래스 Whups_Form_Renderer_Comment, horde

See the enclosed file LICENSE for license information (BSD). If you did not receive this file, see http://www.horde.org/licenses/bsdl.php.
상속: extends Horde_Form_Renderer
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_tokens array Intermediate storage for links during comment formatting.

공개 메소드들

메소드 설명
begin ( $title )
end ( )
render ( $transaction, &$vars )

보호된 메소드들

메소드 설명
_autolink ( $matches )
_readTokens ( array $matches ) : string Replaces tokens with links stored earlier during _writeTokens() calls.
_writeTokens ( array $matches ) : string Replaces links with tokens and stores them for later _readTokens() calls.

메소드 상세

_readTokens() 보호된 메소드

Replaces tokens with links stored earlier during _writeTokens() calls.
protected _readTokens ( array $matches ) : string
$matches array Match from preg_replace_callback().
리턴 string The first available link.

_writeTokens() 보호된 메소드

Replaces links with tokens and stores them for later _readTokens() calls.
protected _writeTokens ( array $matches ) : string
$matches array Match from preg_replace_callback().
리턴 string NUL character.

begin() 공개 메소드

public begin ( $title )

end() 공개 메소드

public end ( )

render() 공개 메소드

public render ( $transaction, &$vars )

프로퍼티 상세

$_tokens 보호되어 있는 프로퍼티

Intermediate storage for links during comment formatting.
protected array $_tokens
리턴 array