Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php |
— | — | @@ -587,7 +587,7 @@ |
588 | 588 | * |
589 | 589 | * @return string Returns an HTML string |
590 | 590 | */ |
591 | | - public function getFormSectionAmount( $options = array() ) { |
| 591 | + protected function getFormSectionAmount( $options = array() ) { |
592 | 592 | |
593 | 593 | $return = ''; |
594 | 594 | |
— | — | @@ -633,7 +633,7 @@ |
634 | 634 | * |
635 | 635 | * @return string Returns an HTML string |
636 | 636 | */ |
637 | | - public function getFormSectionPersonal( $options = array() ) { |
| 637 | + protected function getFormSectionPersonal( $options = array() ) { |
638 | 638 | |
639 | 639 | $return = ''; |
640 | 640 | |
— | — | @@ -688,7 +688,7 @@ |
689 | 689 | * |
690 | 690 | * @return string Returns an HTML string |
691 | 691 | */ |
692 | | - public function getFormSectionPayment( $options = array() ) { |
| 692 | + protected function getFormSectionPayment( $options = array() ) { |
693 | 693 | |
694 | 694 | $return = ''; |
695 | 695 | |