PHP 클래스 IMP_Dynamic_Compose_Common, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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