
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 () | |
Definition at line 34 of file Item.php.
| _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 }
| const LINK_STATUS_AVAILABLE = 'available' |
| const LINK_STATUS_EXPIRED = 'expired' |
| const LINK_STATUS_PENDING = 'pending' |
| const LINK_STATUS_PENDING_PAYMENT = 'pending_payment' |
| const XML_PATH_ORDER_ITEM_STATUS = 'catalog/downloadable/order_item_status' |
1.5.8