PHP Class IMP_Dynamic_Compose, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Dynamic_Base
Mostrar archivo Open project: horde/horde Class Usage Examples

Public Methods

Method Description
url ( array $opts = [] )

Protected Methods

Method Description
_getContents ( ) : IMP_Contents Create the IMP_Contents objects needed to create a message.
_init ( ) URL parameters: - bcc: BCC addresses.

Method Details

_getContents() protected method

Create the IMP_Contents objects needed to create a message.
protected _getContents ( ) : IMP_Contents
return IMP_Contents The IMP_Contents object.

_init() protected method

- bcc_json: JSON encoded addresses to send to. Overwrites 'bcc'. - body: Message body text. - cc: CC addresses. - cc_json: JSON encoded addresses to send to. Overwrites 'cc'. - identity: Force message to use this identity by default. - popup_link: Compose window generated via a popup link. - subject: Subject to use. - type: redirect, reply, reply_auto, reply_all, reply_list, forward_attach, forward_auto, forward_body, forward_both, forward_redirect, resume, new, new_to, editasnew, template, template_edit, template_new - to: Addresses to send to. - to_json: JSON encoded addresses to send to. Overwrites 'to'.
protected _init ( )

url() public static method

public static url ( array $opts = [] )
$opts array