Class Mage_Sales_Model_Status_List
Service model for managing statuses information. Statuses are just records with code, message and any additional data. The model helps to keep track and manipulate statuses, that different modules want to set to owner object of this model.
Package: Mage\Sales
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Sales/Model/Status/List.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Sales/Model/Status/List.php
public
|
|
public
array
|
|
public
array
|
#
removeItemsByParams( array $params )
Removes items, that have parameters equal to passed in $params. Returns items
removed. $params can have following keys (if not set - then any item is good for
this key): |
public
array
|
#
removeItems( integer|array $indexes )
Removes items at mentioned index/indexes. Returns items removed. |
public
|
protected
array
|
$_items | array() |
#
Status information entities |