https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102085
Revision: 102085
Author: jpostlethwaite
Date: 2011-11-05 04:39:17 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
Changed public methods to protected.
Modified Paths:
--------------
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
Modified:
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
===================================================================
---
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
2011-11-05 04:37:05 UTC (rev 102084)
+++
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
2011-11-05 04:39:17 UTC (rev 102085)
@@ -587,7 +587,7 @@
*
* @return string Returns an HTML string
*/
- public function getFormSectionAmount( $options = array() ) {
+ protected function getFormSectionAmount( $options = array() ) {
$return = '';
@@ -633,7 +633,7 @@
*
* @return string Returns an HTML string
*/
- public function getFormSectionPersonal( $options = array() ) {
+ protected function getFormSectionPersonal( $options = array() ) {
$return = '';
@@ -688,7 +688,7 @@
*
* @return string Returns an HTML string
*/
- public function getFormSectionPayment( $options = array() ) {
+ protected function getFormSectionPayment( $options = array() ) {
$return = '';
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs