Mage_Downloadable_Model_Link_Purchased_Item Class Reference

Inheritance diagram for Mage_Downloadable_Model_Link_Purchased_Item:

Mage_Core_Model_Abstract Varien_Object

List of all members.

Public Attributes

const XML_PATH_ORDER_ITEM_STATUS = 'catalog/downloadable/order_item_status'
const LINK_STATUS_PENDING = 'pending'
const LINK_STATUS_AVAILABLE = 'available'
const LINK_STATUS_EXPIRED = 'expired'
const LINK_STATUS_PENDING_PAYMENT = 'pending_payment'

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 34 of file Item.php.


Member Function Documentation

_construct (  )  [protected]

Enter description here...

Reimplemented from Varien_Object.

Definition at line 47 of file Item.php.

00048     {
00049         $this->_init('downloadable/link_purchased_item');
00050         parent::_construct();
00051     }


Member Data Documentation

const LINK_STATUS_AVAILABLE = 'available'

Definition at line 39 of file Item.php.

const LINK_STATUS_EXPIRED = 'expired'

Definition at line 40 of file Item.php.

const LINK_STATUS_PENDING = 'pending'

Definition at line 38 of file Item.php.

const LINK_STATUS_PENDING_PAYMENT = 'pending_payment'

Definition at line 41 of file Item.php.

const XML_PATH_ORDER_ITEM_STATUS = 'catalog/downloadable/order_item_status'

Definition at line 36 of file Item.php.


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:08 2009 for Magento by  doxygen 1.5.8