• プラグイン一覧
    - WCEX Item Combo Set
    - WCEX Amazon Pay
    - WCEX Wishlist お気に入りリスト
  • リリース情報
  • お役立ちコラム
  • お問い合わせ
  • サポート
    • よくある質問
      • WCEX Amazon Pay
      • WCEX Wishlist お気に入りリスト
      • wcex-item-combo-set
    • リファレンス
      • WCEX Amazon Pay
      • WCEX Wishlist お気に入りリスト
      • wcex-item-combo-set
新規会員登録
ログイン
新規会員登録
ログイン
カート
  • プラグイン一覧
    • - WCEX Item Combo Set
    • - WCEX Amazon Pay
    • - WCEX Wishlist お気に入りリスト
  • リリース情報
  • お役立ちコラム
  • サポート
    • - よくある質問
      • - WCEX Amazon Pay
      • - WCEX Wishlist お気に入りリスト
      • - wcex-item-combo-set
    • - リファレンス
      • - WCEX Amazon Pay
      • - WCEX Wishlist お気に入りリスト
      • - wcex-item-combo-set
  • お問い合わせ
Aivec APPs > WCEX Wishlist お気に入りリスト > クラス > Handler
レファレンス
バージョン
3.1.6
絞り込み:
目的から探す
お気に入りデータを取得 お気に入りページのHTMLを取得 スナックバーアラート

目次

  • ソース
  • 関数
  • 更新履歴

フック

  • アクション
  • フィルター

ファンクション

  • データ取得
  • ユーティリティー
  • 条件判断
  • 表示系

このクラスは非推奨です。

クラス

Handler

Handler for wishlist routes. Holds instance of Wishlist model class.

ソース #ソース

ファイル: src/Deprecated/Handler.php

class Handler
{
    /**
     * Wishlist instance
     *
     * @var Wishlist
     */
    public $wishlist;

    /**
     * Deprecated
     *
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     */
    public function __construct() {
        $this->wishlist = new Wishlist();
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    public function registerActions() {
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    public function registerAction() {
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    public function router() {
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    public function ajaxHandler() {
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    public function checkDlsellerItem() {
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return int
     */
    public function filterCtwQuant() {
        return 1;
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return int
     */
    public function filterWishlistQuant() {
        return 1;
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    public function upButtonWishlist() {
    }

    /**
     * Deprecated. Use CRUD class methods instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    public function delButtonWishlist() {
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    public function batch_dropdown() {
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return false
     */
    public function wishlistRedirect() {
        return false;
    }

    /**
     * Deprecated
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    public function loadWishlistPage() {
    }

    /**
     * Deprecated. Use `wcexwl_api_is_wishlist_page()` function instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @param string $link
     * @return bool
     */
    public function is_wishlist_page($link) {
        return Utils::isWishlistPage($link);
    }

    /**
     * Deprecated. Use `wcexwl_api_is_wishlist_page()` function instead.
     *
     * @deprecated 3.0.0
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @param string $link
     * @return bool
     */
    public static function isWishlistPage($link) {
        return Utils::isWishlistPage($link);
    }
}

ソースを伸ばす ソースを縮める


関数 #関数

Top ↑

  • __construct — Deprecated
  • ajaxHandler — Deprecated — 非推奨
  • batch_dropdown — Deprecated — 非推奨
  • checkDlsellerItem — Deprecated — 非推奨
  • delButtonWishlist — Deprecated. Use CRUD class methods instead. — 非推奨
  • filterCtwQuant — Deprecated — 非推奨
  • filterWishlistQuant — Deprecated — 非推奨
  • is_wishlist_page — Deprecated. Use `wcexwl_api_is_wishlist_page()` function instead. — 非推奨
  • isWishlistPage — Deprecated. Use `wcexwl_api_is_wishlist_page()` function instead. — 非推奨
  • loadWishlistPage — Deprecated — 非推奨
  • registerAction — Deprecated — 非推奨
  • registerActions — Deprecated — 非推奨
  • router — Deprecated — 非推奨
  • upButtonWishlist — Deprecated — 非推奨
  • wishlistRedirect — Deprecated — 非推奨

更新履歴 #更新履歴

Top ↑

バージョン説明
3.0.0このクラスは非推奨です。

  • 新規会員登録
  • ログイン
    • プラグイン一覧
    • 会社概要
    • リリース情報
    • よくある質問
    • お役立ちコラム
    • お問い合わせ
    • 個人情報保護方針
    • 特定商取引法に基づく表記
    • 情報セキュリティ基本方針
    • 利用規約

アイベック合同会社は「Welcart」「Amazon Pay」の公式パートナーです。

※Amazon、Amazon.co.jp、Amazon Payおよびそれらのロゴは、Amazon.com,inc.またはその関連会社の商標です。

© 2025 Aivec llc All Rights Reserved.