PHP Class IMP_Prefs_Special_ImageReplacement, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Horde_Core_Prefs_Ui_Special
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_addrlist Horde_Mail_Rfc822_List Safe address list.

Méthodes publiques

Méthode 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 méthode

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

canAddToSafeAddrList() public méthode

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

display() public méthode

public display ( Horde_Core_Prefs_Ui $ui )
$ui Horde_Core_Prefs_Ui

init() public méthode

public init ( Horde_Core_Prefs_Ui $ui )
$ui Horde_Core_Prefs_Ui

safeAddrList() public méthode

public safeAddrList ( ) : Horde_Mail_Rfc822_List
Résultat Horde_Mail_Rfc822_List

update() public méthode

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
Résultat Horde_Mail_Rfc822_List