Class Mage_Core_Model_Message_Abstract

Description

Abstract message model

Located in /Core/Model/Message/Abstract.php (line 34)


	
			
Direct descendents
Variable Summary
mixed $_class
mixed $_code
mixed $_identifier
mixed $_isSticky
mixed $_method
mixed $_type
Method Summary
Mage_Core_Model_Message_Abstract __construct ( $type, [ $code = ''])
void getCode ()
string getIdentifier ()
bool getIsSticky ()
void getText ()
void getType ()
void setClass ( $class)
Mage_Core_Model_Message_Abstract setIsSticky ([bool $isSticky = true])
void setMethod ( $method)
void toString ()
Variables
mixed $_class (line 38)
  • access: protected
mixed $_code (line 37)
  • access: protected
mixed $_identifier (line 40)
  • access: protected
mixed $_isSticky = false (line 41)
  • access: protected
mixed $_method (line 39)
  • access: protected
mixed $_type (line 36)
  • access: protected
Methods
Constructor __construct (line 43)
  • access: public
Mage_Core_Model_Message_Abstract __construct ( $type, [ $code = ''])
  • $type
  • $code

Redefined in descendants as:
getCode (line 49)
  • access: public
void getCode ()
getIdentifier (line 97)

Get message identifier

  • access: public
string getIdentifier ()
getIsSticky (line 119)

Get whether message is sticky

  • access: public
bool getIsSticky ()
getText (line 54)
  • access: public
void getText ()
getType (line 59)
  • access: public
void getType ()
setClass (line 64)
  • access: public
void setClass ( $class)
  • $class
setIdentifier (line 86)

Set message identifier

  • access: public
Mage_Core_Model_Message_Abstract setIdentifier (string $id)
  • string $id
setIsSticky (line 108)

Set message sticky status

  • access: public
Mage_Core_Model_Message_Abstract setIsSticky ([bool $isSticky = true])
  • bool $isSticky
setMethod (line 69)
  • access: public
void setMethod ( $method)
  • $method
toString (line 74)
  • access: public
void toString ()

Documentation generated on Fri, 11 Feb 2011 16:55:37 +0200 by phpDocumentor 1.4.3