X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FInfo.php;h=36af5e6983e5ac4b6273ca535bc36d7581e3c618;hb=bfc6355af6949ca1e4a7c39d0f54f0ec70b641bf;hp=88e57343aa2bb30176608d7fd8db3679c40fd36c;hpb=e9aca61e8b08d5ae372621c4397108b8f2ec28ba;p=civicrm-core.git diff --git a/CRM/Contribute/Info.php b/CRM/Contribute/Info.php index 88e57343aa..36af5e6983 100644 --- a/CRM/Contribute/Info.php +++ b/CRM/Contribute/Info.php @@ -47,8 +47,8 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info { * Needs to be implemented in component's information * class. * - * @return array collection of required component settings - * + * @return array + * collection of required component settings */ /** * @return array @@ -93,7 +93,8 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info { /** * Provides permissions that are unwise for Anonymous Roles to have * - * @return array list of permissions + * @return array + * list of permissions * @see CRM_Component_Info::getPermissions */ /** @@ -112,13 +113,13 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info { * * @return array|null collection of required dashboard settings, * null if no element offered - * */ /** * @return array|null */ public function getUserDashboardElement() { - return array('name' => ts('Contributions'), + return array( + 'name' => ts('Contributions'), 'title' => ts('Your Contribution(s)'), 'perm' => array('make online contributions'), 'weight' => 10, @@ -132,13 +133,13 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info { * * @return array|null collection of required dashboard settings, * null if no element offered - * */ /** * @return array|null */ public function registerTab() { - return array('title' => ts('Contributions'), + return array( + 'title' => ts('Contributions'), 'url' => 'contribution', 'weight' => 20, ); @@ -151,7 +152,6 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info { * * @return array|null collection of required pane settings, * null if no element offered - * */ /** * @return array|null @@ -171,7 +171,6 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info { * class. * * @return array|null collection of activity types - * */ /** * @return array|null