PHP Class IMP_Prefs_Special_ImageReplacement, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Horde_Core_Prefs_Ui_Special
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_addrlist Horde_Mail_Rfc822_List Safe address list.

Public Methods

Method Description
addSafeAddrList ( mixed $address ) : boolean
canAddToSafeAddrList ( ) : boolean Can addresses be added to the safe list?
display ( Horde_Core_Prefs_Ui $ui )
init ( Horde_Core_Prefs_Ui $ui )
safeAddrList ( ) : Horde_Mail_Rfc822_List
update ( Horde_Core_Prefs_Ui $ui )

Method Details

addSafeAddrList() public method

public addSafeAddrList ( mixed $address ) : boolean
$address mixed Address to add to the safe address list.
return boolean True if successfully added.

canAddToSafeAddrList() public method

Can addresses be added to the safe list?
public canAddToSafeAddrList ( ) : boolean
return boolean True if addresses can be added.

display() public method

public display ( Horde_Core_Prefs_Ui $ui )
$ui Horde_Core_Prefs_Ui

init() public method

public init ( Horde_Core_Prefs_Ui $ui )
$ui Horde_Core_Prefs_Ui

safeAddrList() public method

public safeAddrList ( ) : Horde_Mail_Rfc822_List
return Horde_Mail_Rfc822_List

update() public method

public update ( Horde_Core_Prefs_Ui $ui )
$ui Horde_Core_Prefs_Ui

Property Details

$_addrlist protected_oe property

Safe address list.
protected Horde_Mail_Rfc822_List $_addrlist
return Horde_Mail_Rfc822_List