| Current Path : /home/rtorresani/www/generated/code/Magento/Customer/ViewModel/LoginButton/ |
| Current File : //home/rtorresani/www/generated/code/Magento/Customer/ViewModel/LoginButton/Interceptor.php |
<?php
namespace Magento\Customer\ViewModel\LoginButton;
/**
* Interceptor class for @see \Magento\Customer\ViewModel\LoginButton
*/
class Interceptor extends \Magento\Customer\ViewModel\LoginButton implements \Magento\Framework\Interception\InterceptorInterface
{
use \Magento\Framework\Interception\Interceptor;
public function __construct()
{
$this->___init();
}
/**
* {@inheritdoc}
*/
public function disabled() : bool
{
$pluginInfo = $this->pluginList->getNext($this->subjectType, 'disabled');
return $pluginInfo ? $this->___callPlugins('disabled', func_get_args(), $pluginInfo) : parent::disabled();
}
}