PHP Class IMP_Dynamic_Compose_Common, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_spellInit boolean True if spellchecker has been attached.

Méthodes publiques

Méthode Description
compose ( IMP_Dynamic_Base $base, array $args = [] ) : string Create content needed to output the compose page.

Méthodes protégées

Méthode Description
_addComposeVars ( $base ) Add compose javascript variables to the page.
_addIdentityJs ( )
_attachSpellChecker ( ) : boolean Attach the spellchecker to the current compose form.
_compose ( $base, $view, $args )

Method Details

_addComposeVars() protected méthode

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

_addIdentityJs() protected méthode

protected _addIdentityJs ( )

_attachSpellChecker() protected méthode

Attach the spellchecker to the current compose form.
protected _attachSpellChecker ( ) : boolean
Résultat boolean True if spellchecker is active.

_compose() protected méthode

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

compose() public méthode

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?
Résultat string The compose HTML text.

Property Details

$_spellInit protected_oe property

True if spellchecker has been attached.
protected bool $_spellInit
Résultat boolean