PHP Класс IMP_Dynamic_Compose, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends IMP_Dynamic_Base
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
_getContents ( ) : IMP_Contents Create the IMP_Contents objects needed to create a message.
_init ( ) URL parameters: - bcc: BCC addresses.

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

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

Create the IMP_Contents objects needed to create a message.
protected _getContents ( ) : IMP_Contents
Результат IMP_Contents The IMP_Contents object.

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

- 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 url ( array $opts = [] )
$opts array