File tree Expand file tree Collapse file tree 15 files changed +18
-59
lines changed
app/code/Magento/Wishlist Expand file tree Collapse file tree 15 files changed +18
-59
lines changed Original file line number Diff line number Diff line change 44 * See COPYING.txt for license details.
55 */
66
7- /**
8- * Wishlist customer sharing block
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
11- */
127namespace Magento \Wishlist \Block \Customer ;
138
149use Magento \Captcha \Block \Captcha ;
1510
1611/**
17- * Class Sharing
12+ * Wishlist customer sharing block
1813 *
1914 * @api
2015 * @since 100.0.2
21- * @package Magento\Wishlist\Block\Customer
2216 */
2317class Sharing extends \Magento \Framework \View \Element \Template
2418{
Original file line number Diff line number Diff line change 44 * See COPYING.txt for license details.
55 */
66
7- /**
8- * @author Magento Core Team <core@magentocommerce.com>
9- */
107namespace Magento \Wishlist \Block \Customer ;
118
129/**
Original file line number Diff line number Diff line change 44 * See COPYING.txt for license details.
55 */
66
7- /**
8- * Wishlist block customer item cart column
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
11- */
127namespace Magento \Wishlist \Block \Customer \Wishlist ;
138
149/**
10+ * Wishlist block customer item cart column
11+ *
1512 * @api
1613 * @since 100.0.2
1714 */
1815class Button extends \Magento \Framework \View \Element \Template
1916{
2017 /**
21- * Wishlist config
22- *
2318 * @var \Magento\Wishlist\Model\Config
2419 */
2520 protected $ _wishlistConfig ;
2621
2722 /**
28- * Wishlist data
29- *
3023 * @var \Magento\Wishlist\Helper\Data
3124 */
3225 protected $ _wishlistData = null ;
Original file line number Diff line number Diff line change 44 * See COPYING.txt for license details.
55 */
66
7- /**
8- * @author Magento Core Team <core@magentocommerce.com>
9- */
107namespace Magento \Wishlist \Block \Customer \Wishlist \Item \Column ;
118
129/**
1310 * Model for item column in customer wishlist.
1411 *
1512 * @api
1613 * @deprecated 101.1.2
14+ * @see no longer used
1715 * @since 100.0.2
1816 */
1917class Actions extends \Magento \Wishlist \Block \Customer \Wishlist \Item \Column
Original file line number Diff line number Diff line change 44 * See COPYING.txt for license details.
55 */
66
7- /**
8- * @author Magento Core Team <core@magentocommerce.com>
9- */
107namespace Magento \Wishlist \Block \Customer \Wishlist \Item \Column ;
118
129/**
1310 * Wishlist block customer item cart column.
1411 *
1512 * @api
1613 * @deprecated 101.1.2
14+ * @see no longer used
1715 * @since 100.0.2
1816 */
1917class Comment extends \Magento \Wishlist \Block \Customer \Wishlist \Item \Column
Original file line number Diff line number Diff line change 44 * See COPYING.txt for license details.
55 */
66
7- /**
8- * @author Magento Core Team <core@magentocommerce.com>
9- */
107namespace Magento \Wishlist \Block \Customer \Wishlist \Item \Column ;
118
129/**
1310 * Edit item in customer wishlist table.
1411 *
1512 * @api
1613 * @deprecated 101.1.2
14+ * @see no longer used
1715 * @since 100.0.2
1816 */
1917class Edit extends \Magento \Wishlist \Block \Customer \Wishlist \Item \Column
Original file line number Diff line number Diff line change 44 * See COPYING.txt for license details.
55 */
66
7- /**
8- * @author Magento Core Team <core@magentocommerce.com>
9- */
107namespace Magento \Wishlist \Block \Customer \Wishlist \Item \Column ;
118
129/**
1310 * Wishlist block customer item cart column.
1411 *
1512 * @api
1613 * @deprecated 101.1.2
14+ * @see no longer used
1715 * @since 100.0.2
1816 */
1917class Info extends \Magento \Wishlist \Block \Customer \Wishlist \Item \Column
Original file line number Diff line number Diff line change 44 * See COPYING.txt for license details.
55 */
66
7- /**
8- * @author Magento Core Team <core@magentocommerce.com>
9- */
107namespace Magento \Wishlist \Block \Customer \Wishlist \Item \Column ;
118
129/**
1310 * Delete item column in customer wishlist table
1411 *
1512 * @api
1613 * @deprecated 101.1.2
14+ * @see no longer used
1715 * @since 100.0.2
1816 */
1917class Remove extends \Magento \Wishlist \Block \Customer \Wishlist \Item \Column
Original file line number Diff line number Diff line change 66
77/**
88 * Wishlist block shared items
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
119 */
1210namespace Magento \Wishlist \Block \Share ;
1311
@@ -53,7 +51,6 @@ public function __construct(
5351 * Prepare global layout
5452 *
5553 * @return $this
56- *
5754 */
5855 protected function _prepareLayout ()
5956 {
Original file line number Diff line number Diff line change 2121/**
2222 * Wishlist Data Helper
2323 *
24- * @author Magento Core Team <core@magentocommerce.com>
2524 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2625 * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
2726 *
You can’t perform that action at this time.
0 commit comments