Ignore:
Timestamp:
2013/03/10 12:54:59 (11 years ago)
Author:
hiro151
Message:

#2186 テストコード 途中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tests/data/class/helper/SC_Helper_Maker.php

    r22578 r22727  
    3838     * @return array 
    3939     */ 
    40     public function get($maker_id, $has_deleted = false) 
     40    public function getMaker($maker_id, $has_deleted = false) 
    4141    { 
    4242        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
     
    9393     * @return multiple 登録成功:メーカーID, 失敗:FALSE 
    9494     */ 
    95     public function save($sqlval) 
     95    public function saveMaker($sqlval) 
    9696    { 
    9797        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
Note: See TracChangeset for help on using the changeset viewer.