Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/vendor/magento/module-wishlist/Controller/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-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);
}