Skip to content

Commit 23c8c9a

Browse files
committed
Add missing @method annotations to Mage_Adminhtml_Model_Session_Quote
Ported from OpenMage/magento-lts#5279, thanks @Hanmac
1 parent 9636a4e commit 23c8c9a

File tree

1 file changed

+5
-1
lines changed
  • app/code/core/Mage/Adminhtml/Model/Session

1 file changed

+5
-1
lines changed

app/code/core/Mage/Adminhtml/Model/Session/Quote.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
*/
@@ -19,14 +19,18 @@
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)

0 commit comments

Comments
 (0)