| Current Path : /home/rtorresani/www/vendor/magento/module-wishlist/Model/ |
| Current File : //home/rtorresani/www/vendor/magento/module-wishlist/Model/AuthenticationStateInterface.php |
<?php
/**
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Wishlist\Model;
/**
* Interface \Magento\Wishlist\Model\AuthenticationStateInterface
*
* @api
*/
interface AuthenticationStateInterface
{
/**
* Is authentication enabled
*
* @return bool
*/
public function isEnabled();
}