Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (UserContextInterface $userContext) | |
isAllowed (CartInterface $quote) | |
{}
Definition at line 18 of file ChangeQuoteControl.php.
__construct | ( | UserContextInterface | $userContext | ) |
UserContextInterface | $userContext |
Definition at line 28 of file ChangeQuoteControl.php.
isAllowed | ( | CartInterface | $quote | ) |
{Checks if user is allowed to change the quote.
CartInterface | $quote |
Implements ChangeQuoteControlInterface.
Definition at line 36 of file ChangeQuoteControl.php.