Changeset 22960 for branches/version-2_13-dev/data/class/SC_Product.php
- Timestamp:
- 2013/07/08 23:56:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_Product.php
r22857 r22960 431 431 432 432 /** 433 * 商品IDに紐づいた, 商品規格を すべての組み合わせごとに取得する.433 * 商品IDに紐づいた, 商品規格を全ての組み合わせごとに取得する. 434 434 * 435 435 * @param array $productId 商品ID 436 436 * @param boolean $has_deleted 削除された商品規格も含む場合 true; 初期値 false 437 * @return array すべての組み合わせの商品規格の配列437 * @return array 全ての組み合わせの商品規格の配列 438 438 */ 439 439 function getProductsClassFullByProductId($productId, $has_deleted = false)
Note: See TracChangeset
for help on using the changeset viewer.