Ignore:
Timestamp:
2012/02/24 16:41:58 (12 years ago)
Author:
pingpong
Message:

複数商品種別の判定メソッドのコメント修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_CartSession.php

    r21527 r21550  
    723723 
    724724    /** 
    725      * 複数配送扱いかどうか. 
    726      * 
    727      * @return boolean カートが複数配送扱いの場合 true 
     725     * 複数商品種別かどうか. 
     726     * 
     727     * @return boolean カートが複数商品種別の場合 true 
    728728     */ 
    729729    function isMultiple() { 
    730         return count($this->getKeys()) > 1; 
     730        return count($this->getKeys()) > 1; 
    731731    } 
    732732 
Note: See TracChangeset for help on using the changeset viewer.