PHP Класс IMP_Dynamic_Compose_Common, horde

Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_spellInit boolean True if spellchecker has been attached.

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

Метод Описание
compose ( IMP_Dynamic_Base $base, array $args = [] ) : string Create content needed to output the compose page.

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

Метод Описание
_addComposeVars ( $base ) Add compose javascript variables to the page.
_addIdentityJs ( )
_attachSpellChecker ( ) : boolean Attach the spellchecker to the current compose form.
_compose ( $base, $view, $args )

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

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

Add compose javascript variables to the page.
protected _addComposeVars ( $base )

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

protected _addIdentityJs ( )

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

Attach the spellchecker to the current compose form.
protected _attachSpellChecker ( ) : boolean
Результат boolean True if spellchecker is active.

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

protected _compose ( $base, $view, $args )

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

Create content needed to output the compose page.
public compose ( IMP_Dynamic_Base $base, array $args = [] ) : string
$base IMP_Dynamic_Base Base dynamic view object.
$args array Configuration parameters: - redirect: (boolean) Display the redirect interface? If true, display only redirect. If false, don't add redirect interface to page. - resume: (boolean) Are we resuming a saved draft? - show_editor: (boolean) Show the HTML editor? - template: (string) Display the edit template interface?
Результат string The compose HTML text.

Описание свойств

$_spellInit защищенное свойство

True if spellchecker has been attached.
protected bool $_spellInit
Результат boolean