PHP Class 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.
Mostra file
Open project: horde/horde
Class Usage Examples
Protected Properties
Property |
Type |
Description |
|
$_tokens |
array |
Intermediate storage for links during comment formatting. |
|
Public Methods
Method |
Description |
|
begin ( $title ) |
|
|
end ( ) |
|
|
render ( $transaction, &$vars ) |
|
|
Protected Methods
Method Details
_autolink()
protected method
_readTokens()
protected method
Replaces tokens with links stored earlier during _writeTokens() calls.
_writeTokens()
protected method
Replaces links with tokens and stores them for later _readTokens() calls.
public render ( $transaction, &$vars ) |
Property Details
$_tokens protected_oe property
Intermediate storage for links during comment formatting.
protected array $_tokens |
return |
array |
|