File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/core/Mage/Adminhtml/Model/Session Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 55 *
66 * @package Mage_Adminhtml
77 * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://magento.com)
8- * @copyright Copyright (c) 2019-2024 The OpenMage Contributors (https://openmage.org)
8+ * @copyright Copyright (c) 2019-2026 The OpenMage Contributors (https://openmage.org)
99 * @copyright Copyright (c) 2024-2026 Maho (https://mahocommerce.com)
1010 * @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1111 */
1919 * @method $this setAllowQuoteItemsGiftMessage(array $value)
2020 * @method string getCurrencyId()
2121 * @method $this setCurrencyId(string $value)
22+ * @method bool getCustomerIsGuest()
23+ * @method $this setCustomerIsGuest(bool $value)
2224 * @method bool hasCustomerId()
2325 * @method int getCustomerId()
2426 * @method $this setCustomerId(int $value)
2527 * @method int getCustomerGroupId()
28+ * @method $this setCustomerGroupId(int $value)
2629 * @method int|string getOrderId()
2730 * @method $this setOrderId(int|string $value)
2831 * @method int|string getQuoteId()
2932 * @method $this setQuoteId(int|string $value)
33+ * @method int|string getReordered()
3034 * @method $this setReordered(int|string $value)
3135 * @method int getStoreId()
3236 * @method $this setStoreId(int $value)
You can’t perform that action at this time.
0 commit comments