IMP_Prefs_Special_ImageReplacement
in package
implements
Horde_Core_Prefs_Ui_Special
Special prefs handling for the 'image_replacement_addrs' preference.
Tags
Table of Contents
Interfaces
- Horde_Core_Prefs_Ui_Special
Properties
- $_addrlist : Horde_Mail_Rfc822_List
- Safe address list.
Methods
- addSafeAddrList() : bool
- canAddToSafeAddrList() : bool
- Can addresses be added to the safe list?
- display() : mixed
- init() : mixed
- safeAddrList() : Horde_Mail_Rfc822_List
- update() : mixed
Properties
$_addrlist
Safe address list.
protected
Horde_Mail_Rfc822_List
$_addrlist
Methods
addSafeAddrList()
public
addSafeAddrList(mixed $address) : bool
Parameters
- $address : mixed
-
Address to add to the safe address list.
Return values
bool —True if successfully added.
canAddToSafeAddrList()
Can addresses be added to the safe list?
public
canAddToSafeAddrList() : bool
Return values
bool —True if addresses can be added.
display()
public
display(Horde_Core_Prefs_Ui $ui) : mixed
Parameters
- $ui : Horde_Core_Prefs_Ui
init()
public
init(Horde_Core_Prefs_Ui $ui) : mixed
Parameters
- $ui : Horde_Core_Prefs_Ui
safeAddrList()
public
safeAddrList() : Horde_Mail_Rfc822_List
Return values
Horde_Mail_Rfc822_Listupdate()
public
update(Horde_Core_Prefs_Ui $ui) : mixed
Parameters
- $ui : Horde_Core_Prefs_Ui