Class Ingo_Storage_rule

Description

Ingo_Storage_rule:: is the base class for the various action objects used by Ingo_Storage.

Located in /lib/Storage.php (line 415)


	
			
Direct descendents
Class Description
 class Ingo_Storage_blacklist Ingo_Storage_blacklist is the object used to hold blacklist rule information.
 class Ingo_Storage_whitelist Ingo_Storage_whitelist is the object used to hold whitelist rule information.
 class Ingo_Storage_forward Ingo_Storage_forward is the object used to hold mail forwarding rule information.
 class Ingo_Storage_vacation Ingo_Storage_vacation is the object used to hold vacation rule information.
 class Ingo_Storage_spam Ingo_Storage_spam is an object used to hold default spam-rule filtering information.
Variable Summary
 integer $_obtype
 boolean $_saved
Method Summary
 boolean isSaved ()
 integer obType ()
 void setSaved (boolean $data)
Variables
boolean $_saved = false (line 429)

Whether the rule has been saved (if being saved separately).

Methods
isSaved (line 456)

Returns whether the rule has been saved.

  • return: True if the rule has been saved.
boolean isSaved ()
obType (line 436)

Returns the object rule type.

  • return: The object rule type.
integer obType ()
setSaved (line 446)

Marks the rule as saved or unsaved.

void setSaved (boolean $data)
  • boolean $data: Whether the rule has been saved.

Documentation generated on Sun, 30 Jan 2011 05:29:31 +0000 by phpDocumentor 1.4.3