Ignore:
Timestamp:
2007/03/28 15:05:09 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/data/class/SC_Date.php

    r11730 r11984  
    2222        $this->start_year = $year; 
    2323    } 
    24  
     24     
     25    function getStartYear(){ 
     26        return $this->start_year; 
     27    } 
     28     
    2529    function setEndYear($endYear) { 
    2630        $this->end_year = $endYear;  
     31    } 
     32     
     33    function getEndYear() { 
     34        return $this->end_year; 
    2735    } 
    2836     
Note: See TracChangeset for help on using the changeset viewer.