PHP Класс Horde_Core_Text_Filter_Highlightquotes, horde

CSS class names "toggleQuoteHide" and "toggleQuoteShow" are used to style toggle text. 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_Highlightquotes
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( array $params = [] )

Защищенные методы

Метод Описание
_beginLargeBlock ( array $lines, integer $qcount ) : string Add HTML code at the beginning of a large block of quoted lines.
_endLargeBlock ( array $lines, integer $qcount ) : string Add HTML code at the end of a large block of quoted lines.

Описание методов

__construct() публичный Метод

public __construct ( array $params = [] )
$params array Additional Parameters to base driver:
'noJS' - (boolean) Don't add javascript toggle code.
         DEFAULT: false

_beginLargeBlock() защищенный Метод

Add HTML code at the beginning of a large block of quoted lines.
protected _beginLargeBlock ( array $lines, integer $qcount ) : string
$lines array Lines.
$qcount integer Number of lines in quoted level.
Результат string HTML code.

_endLargeBlock() защищенный Метод

Add HTML code at the end of a large block of quoted lines.
protected _endLargeBlock ( array $lines, integer $qcount ) : string
$lines array Lines.
$qcount integer Number of lines in quoted level.
Результат string HTML code.