X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FPage%2FPaymentProcessorType.php;h=584705dbcaaf198c13f88f83da0466bf2d1f2f78;hb=5d867d83ac582e4c45417c82610d569100d6da43;hp=ee2e4ac729b792a1cde35f1651fbcca42a579e3b;hpb=9cc8b9b246a371b9621a8279545258073fbd0e48;p=civicrm-core.git diff --git a/CRM/Admin/Page/PaymentProcessorType.php b/CRM/Admin/Page/PaymentProcessorType.php index ee2e4ac729..584705dbca 100644 --- a/CRM/Admin/Page/PaymentProcessorType.php +++ b/CRM/Admin/Page/PaymentProcessorType.php @@ -1,7 +1,7 @@ array( @@ -91,20 +92,22 @@ class CRM_Admin_Page_PaymentProcessorType extends CRM_Core_Page_Basic { } /** - * Get name of edit form + * Get name of edit form. * - * @return string Classname of edit form. + * @return string + * Classname of edit form. */ - function editForm() { + public function editForm() { return 'CRM_Admin_Form_PaymentProcessorType'; } /** - * Get edit form name + * Get edit form name. * - * @return string name of this page. + * @return string + * name of this page. */ - function editName() { + public function editName() { return 'Payment Processor Type'; } @@ -113,10 +116,11 @@ class CRM_Admin_Page_PaymentProcessorType extends CRM_Core_Page_Basic { * * @param null $mode * - * @return string user context. + * @return string + * user context. */ - function userContext($mode = NULL) { + public function userContext($mode = NULL) { return 'civicrm/admin/paymentProcessorType'; } -} +}