INFRA-132 - CRM/Grant - phpcbf
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 21:21:21 +0000 (13:21 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:07:43 +0000 (15:07 -0800)
CRM/Grant/BAO/Grant.php
CRM/Grant/BAO/Query.php
CRM/Grant/Form/GrantView.php
CRM/Grant/Form/Search.php
CRM/Grant/Form/Task.php
CRM/Grant/Info.php
CRM/Grant/Selector/Search.php
CRM/Grant/Task.php

index f34a1817f0bd4d3bc8474d064f22c460c60833e0..b3b33763e755cb6c67b3d2da173245886b627f30 100644 (file)
@@ -225,7 +225,7 @@ class CRM_Grant_BAO_Grant extends CRM_Grant_DAO_Grant {
         );
       }
 
-    // add the recently created Grant
+      // add the recently created Grant
       CRM_Utils_Recent::add($title,
         $url,
         $grant->id,
@@ -401,7 +401,9 @@ class CRM_Grant_BAO_Grant extends CRM_Grant_DAO_Grant {
       );
 
       $fields = CRM_Grant_DAO_Grant::export();
-      $grantNote = array('grant_note' => array('title' => ts('Grant Note'),
+      $grantNote = array(
+      'grant_note' => array(
+      'title' => ts('Grant Note'),
           'name' => 'grant_note',
           'data_type' => CRM_Utils_Type::T_TEXT,
         ));
index 453d92033fbc87f9c07e187ead96cd96c44c2ad9..34901e4faac05127cface6a7dc649bd6a190c222 100644 (file)
@@ -423,10 +423,12 @@ class CRM_Grant_BAO_Query {
    * @param $row
    * @param int $id
    */
-  public static function searchAction(&$row, $id) {}
+  public static function searchAction(&$row, $id) {
+  }
 
   /**
    * @param $tables
    */
-  public static function tableNames(&$tables) {}
+  public static function tableNames(&$tables) {
+  }
 }
index 6f44a83a7ae0de13e6f1ffa4ba484324ac143421..0dfa32303d4124806b2e96aea287f024e83850f7 100644 (file)
@@ -80,7 +80,6 @@ class CRM_Grant_Form_GrantView extends CRM_Core_Form {
       $this->assign('note', CRM_Core_DAO::getFieldValue('CRM_Core_DAO_Note', $this->_noteId, 'note'));
     }
 
-
     // add Grant to Recent Items
     $url = CRM_Utils_System::url('civicrm/contact/view/grant',
       "action=view&reset=1&id={$values['id']}&cid={$values['contact_id']}&context=home"
index 964695f8b28bae32b164449db43c277b84ceffa8..e522718b0edc6469a0f9ed958d4a8735e5fc16b4 100644 (file)
@@ -236,7 +236,6 @@ class CRM_Grant_Form_Search extends CRM_Core_Form_Search {
       );
     }
 
-
     $selector = new CRM_Grant_Selector_Search($this->_queryParams,
       $this->_action,
       NULL,
index 47229a25b54a52c9b5557847e6a5bf73d45c9a3e..a0fd862c4a5bb56e5004bd75795bd99cf42222ec 100644 (file)
@@ -101,7 +101,7 @@ class CRM_Grant_Form_Task extends CRM_Core_Form {
     }
     else {
       $queryParams = $form->get('queryParams');
-      $sortOrder = null;
+      $sortOrder = NULL;
       if ( $form->get( CRM_Utils_Sort::SORT_ORDER  ) ) {
         $sortOrder = $form->get( CRM_Utils_Sort::SORT_ORDER );
       }
index 010354d29d374e14e9871c7021e65ce90ed3a2fb..127456278d13fc3ab93378ea36fc26d2ae0c684a 100644 (file)
@@ -93,7 +93,8 @@ class CRM_Grant_Info extends CRM_Core_Component_Info {
    * @return array
    */
   public function registerTab() {
-    return array('title' => ts('Grants'),
+    return array(
+    'title' => ts('Grants'),
       'url' => 'grant',
       'weight' => 50,
     );
@@ -104,7 +105,8 @@ class CRM_Grant_Info extends CRM_Core_Component_Info {
    * @return array
    */
   public function registerAdvancedSearchPane() {
-    return array('title' => ts('Grants'),
+    return array(
+    'title' => ts('Grants'),
       'weight' => 50,
     );
   }
@@ -126,7 +128,8 @@ class CRM_Grant_Info extends CRM_Core_Component_Info {
       CRM_Core_Permission::check('edit grants')
     ) {
       $shortCuts = array_merge($shortCuts, array(
-        array('path' => 'civicrm/grant/add',
+        array(
+      'path' => 'civicrm/grant/add',
             'query' => "reset=1&action=add&context=standalone",
             'ref' => 'new-grant',
             'title' => ts('Grant'),
index c6d4abcdabcf0130dd74eb0978f772d9ba7d4ae2..57b39d017f50fd49b49c576aaaa3e2d6cff4944f 100644 (file)
@@ -148,16 +148,15 @@ class CRM_Grant_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
   @access public
    */
   function __construct(&$queryParams,
-    $action      = CRM_Core_Action::NONE,
+    $action = CRM_Core_Action::NONE,
     $grantClause = NULL,
-    $single      = FALSE,
-    $limit       = NULL,
-    $context     = 'search'
+    $single = FALSE,
+    $limit = NULL,
+    $context = 'search'
   ) {
     // submitted form values
     $this->_queryParams = &$queryParams;
 
-
     $this->_single  = $single;
     $this->_limit   = $limit;
     $this->_context = $context;
@@ -207,7 +206,8 @@ class CRM_Grant_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
 
       if ($cid) {
         $delLink = array(
-          CRM_Core_Action::DELETE => array('name' => ts('Delete'),
+          CRM_Core_Action::DELETE => array(
+        'name' => ts('Delete'),
             'url' => 'civicrm/contact/view/grant',
             'qs' => 'action=delete&reset=1&cid=%%cid%%&id=%%id%%&selectedChild=grant' . $extraParams,
             'title' => ts('Delete Grant'),
@@ -320,8 +320,7 @@ class CRM_Grant_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
         $result->grant_id
       );
 
-      $row['contact_type'] = CRM_Contact_BAO_Contact_Utils::getImage($result->contact_sub_type ?
-        $result->contact_sub_type : $result->contact_type, FALSE, $result->contact_id
+      $row['contact_type'] = CRM_Contact_BAO_Contact_Utils::getImage($result->contact_sub_type ? $result->contact_sub_type : $result->contact_type, FALSE, $result->contact_id
       );
 
       $rows[] = $row;
@@ -354,7 +353,8 @@ class CRM_Grant_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
   public function &getColumnHeaders($action = NULL, $output = NULL) {
     if (!isset(self::$_columnHeaders)) {
       self::$_columnHeaders = array(
-        array('name' => ts('Status'),
+        array(
+      'name' => ts('Status'),
           'sort' => 'grant_status',
           'direction' => CRM_Utils_Sort::DONTCARE,
         ),
index c44e872ffec69d65e56e29c011b4717d5c9d0171..8ea92e05427e09f92b0a348c0a417d1bfbd0d3ad 100644 (file)
@@ -66,7 +66,8 @@ class CRM_Grant_Task {
    */
   public static function &tasks() {
     if (!(self::$_tasks)) {
-      self::$_tasks = array(1 => array(
+      self::$_tasks = array(
+      1 => array(
         'title' => ts('Delete Grants'),
           'class' => 'CRM_Grant_Form_Task_Delete',
           'result' => FALSE,