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.
파일 보기
프로젝트 열기: horde/horde
1 사용 예제들
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$_tokens |
array |
Intermediate storage for links during comment formatting. |
|
공개 메소드들
보호된 메소드들
메소드 상세
Replaces tokens with links stored earlier during _writeTokens() calls.
Replaces links with tokens and stores them for later _readTokens() calls.
public render ( $transaction, &$vars ) |
프로퍼티 상세
Intermediate storage for links during comment formatting.
protected array $_tokens |
리턴 |
array |
|