Show
Ignore:
Timestamp:
09/30/08 16:25:21 (3 months ago)
Author:
david
Message:

merge [2947:2966/branches/0.11]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/date/AgaviGregorianCalendar.class.php

    r2289 r2967  
    495495   * @since      0.11.0 
    496496   */ 
    497  
    498497  protected function handleGetMonthLength($extendedYear, $month) 
    499498  { 
     
    527526   * @since      0.11.0 
    528527   */ 
    529  
    530528  protected function monthLength($month) 
    531529  { 
     
    546544   * @since      0.11.0 
    547545   */ 
    548  
    549546  protected function monthLength1($month, $year) 
    550547  { 
     
    562559   * @since      0.11.0 
    563560   */ 
    564  
    565561  protected function yearLength1($year) 
    566562  { 
     
    577573   * @since      0.11.0 
    578574   */ 
    579  
    580575  protected function yearLength() 
    581576  { 
     
    593588   * @since      0.11.0 
    594589   */ 
    595  
    596590  protected function pinDayOfMonth() 
    597591  { 
     
    612606   * @since      0.11.0 
    613607   */ 
    614  
    615608  protected function getEpochDay() 
    616609  { 
     
    630623   * @since      0.11.0 
    631624   */ 
    632  
    633625  protected function handleGetLimit($field, $limitType) 
    634626  { 
     
    643635   * @since      0.11.0 
    644636   */ 
    645  
    646637  protected function handleGetExtendedYear() 
    647638  { 
     
    682673   * @since      0.11.0 
    683674   */ 
    684  
    685675  protected function handleGetExtendedYearFromWeekFields($yearWoy, $woy) 
    686676  { 
     
    700690   * @since      0.11.0 
    701691   */ 
    702  
    703692  protected function handleComputeFields($julianDay) 
    704693  {