r102085 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102084‎ | r102085 | r102086 >
Date:04:39, 5 November 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Changed public methods to protected.
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
@@ -587,7 +587,7 @@
588588 *
589589 * @return string Returns an HTML string
590590 */
591 - public function getFormSectionAmount( $options = array() ) {
 591+ protected function getFormSectionAmount( $options = array() ) {
592592
593593 $return = '';
594594
@@ -633,7 +633,7 @@
634634 *
635635 * @return string Returns an HTML string
636636 */
637 - public function getFormSectionPersonal( $options = array() ) {
 637+ protected function getFormSectionPersonal( $options = array() ) {
638638
639639 $return = '';
640640
@@ -688,7 +688,7 @@
689689 *
690690 * @return string Returns an HTML string
691691 */
692 - public function getFormSectionPayment( $options = array() ) {
 692+ protected function getFormSectionPayment( $options = array() ) {
693693
694694 $return = '';
695695

Follow-up revisions

RevisionCommit summaryAuthorDate
r102236MFT r90286, r100671, r100837, r100950, r101060, r101063, r101064, r101073, r1......khorn03:06, 7 November 2011
r102237MFT r90286, r100671, r100837, r100950, r101060, r101063, r101064, r101073, r1......khorn03:07, 7 November 2011

Status & tagging log