Viewing File: /home/maglabs/it/app/code/Magento/Wishlist/Controller/WishlistProviderInterface.php
<?php
/**
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Wishlist\Controller;
/**
* Interface \Magento\Wishlist\Controller\WishlistProviderInterface
*
* @api
*/
interface WishlistProviderInterface
{
/**
* Retrieve wishlist
*
* @param string $wishlistId
* @return \Magento\Wishlist\Model\Wishlist
*/
public function getWishlist($wishlistId = null);
}
Back to Directory
File Manager