このクラスは非推奨です。
クラス
Wishlist
A mirror of Welcart’s cart.class.php but instead of $_SESSION the database is used
ソース ソース
ファイル: src/Deprecated/Wishlist.php
class Wishlist { var $serial; var $table_name; function __construct() { $this->table_name = 'wishlist'; } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function inWishlist() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function insert_into_db() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function upWishlist() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function cartToWishBatch() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function delCartBatch() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function wishToCartBatch() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return null */ function wc_serialize() { return null; } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return array */ function wc_unserialize() { return []; } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function delWishBatch() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function del_row() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function drop_entry() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function clear_wishlist() { } /** * Deprecated. Use `wcexwl_api_get_wishlist_item_count()` function instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return false */ function num_row() { return false; } /** * Deprecated. Use `wcexwl_api_get_and_build_wishlist_items()` function instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return array */ function get_wishlist() { return []; } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function in_serialize() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return void */ function up_serialize() { } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return array */ function key_unserialize() { return []; } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return int */ function get_realprice() { return 0; } /** * Deprecated. Use API/*.php class methods instead. * * @deprecated 3.0.0 * @author Evan D Shaw <evandanielshaw@gmail.com> * @return int */ function multiprice_get_price() { return 0; } }
- __construct
- cartToWishBatch — Deprecated. Use API/*.php class methods instead. — 非推奨
- clear_wishlist — Deprecated. Use API/*.php class methods instead. — 非推奨
- del_row — Deprecated. Use API/*.php class methods instead. — 非推奨
- delCartBatch — Deprecated. Use API/*.php class methods instead. — 非推奨
- delWishBatch — Deprecated. Use API/*.php class methods instead. — 非推奨
- drop_entry — Deprecated. Use API/*.php class methods instead. — 非推奨
- get_realprice — Deprecated. Use API/*.php class methods instead. — 非推奨
- get_wishlist — Deprecated. Use wcexwl_api_get_and_build_wishlist_items() function instead. — 非推奨
- in_serialize — Deprecated. Use API/*.php class methods instead. — 非推奨
- insert_into_db — Deprecated. Use API/*.php class methods instead. — 非推奨
- inWishlist — Deprecated. Use API/*.php class methods instead. — 非推奨
- key_unserialize — Deprecated. Use API/*.php class methods instead. — 非推奨
- multiprice_get_price — Deprecated. Use API/*.php class methods instead. — 非推奨
- num_row — Deprecated. Use wcexwl_api_get_wishlist_item_count() function instead. — 非推奨
- up_serialize — Deprecated. Use API/*.php class methods instead. — 非推奨
- upWishlist — Deprecated. Use API/*.php class methods instead. — 非推奨
- wc_serialize — Deprecated. Use API/*.php class methods instead. — 非推奨
- wc_unserialize — Deprecated. Use API/*.php class methods instead. — 非推奨
- wishToCartBatch — Deprecated. Use API/*.php class methods instead. — 非推奨
バージョン | 説明 |
---|---|
3.0.0 | このクラスは非推奨です。 |