- Timestamp:
- 10/01/08 09:48:27 (3 months ago)
- Location:
- branches/felix-testing-implementation
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
src/date/AgaviGregorianCalendar.class.php (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/felix-testing-implementation
- Property svnmerge-integrated changed from /branches/1.0:1-2892,2894-2964 /branches/dominik-validation-argument-sources:1-2901 to /branches/1.0:1-2892,2894-2968 /branches/dominik-validation-argument-sources:1-2901
-
branches/felix-testing-implementation/src/date/AgaviGregorianCalendar.class.php
r2289 r2969 495 495 * @since 0.11.0 496 496 */ 497 498 497 protected function handleGetMonthLength($extendedYear, $month) 499 498 { … … 527 526 * @since 0.11.0 528 527 */ 529 530 528 protected function monthLength($month) 531 529 { … … 546 544 * @since 0.11.0 547 545 */ 548 549 546 protected function monthLength1($month, $year) 550 547 { … … 562 559 * @since 0.11.0 563 560 */ 564 565 561 protected function yearLength1($year) 566 562 { … … 577 573 * @since 0.11.0 578 574 */ 579 580 575 protected function yearLength() 581 576 { … … 593 588 * @since 0.11.0 594 589 */ 595 596 590 protected function pinDayOfMonth() 597 591 { … … 612 606 * @since 0.11.0 613 607 */ 614 615 608 protected function getEpochDay() 616 609 { … … 630 623 * @since 0.11.0 631 624 */ 632 633 625 protected function handleGetLimit($field, $limitType) 634 626 { … … 643 635 * @since 0.11.0 644 636 */ 645 646 637 protected function handleGetExtendedYear() 647 638 { … … 682 673 * @since 0.11.0 683 674 */ 684 685 675 protected function handleGetExtendedYearFromWeekFields($yearWoy, $woy) 686 676 { … … 700 690 * @since 0.11.0 701 691 */ 702 703 692 protected function handleComputeFields($julianDay) 704 693 {

