X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FSearch%2FCustom%2FTagContributions.php;h=d7d153f01d05ad3b6c253386855fcb23634391eb;hb=3636b5209a6a696fcf78baf0a9fcaa0675242371;hp=ad7caa8d8ace099b10c5802748ecafbce0c27dcb;hpb=6dd5c484fe8bad23de027e9de47277671ac57632;p=civicrm-core.git diff --git a/CRM/Contact/Form/Search/Custom/TagContributions.php b/CRM/Contact/Form/Search/Custom/TagContributions.php index ad7caa8d8a..d7d153f01d 100644 --- a/CRM/Contact/Form/Search/Custom/TagContributions.php +++ b/CRM/Contact/Form/Search/Custom/TagContributions.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2016 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,9 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * + * @copyright CiviCRM LLC (c) 2004-2016 */ class CRM_Contact_Form_Search_Custom_TagContributions extends CRM_Contact_Form_Search_Custom_Base implements CRM_Contact_Form_Search_Interface { @@ -40,7 +38,9 @@ class CRM_Contact_Form_Search_Custom_TagContributions extends CRM_Contact_Form_S public $_permissionedComponent; /** - * @param $formValues + * Class constructor. + * + * @param array $formValues */ public function __construct(&$formValues) { $this->_formValues = $formValues; @@ -94,6 +94,14 @@ class CRM_Contact_Form_Search_Custom_TagContributions extends CRM_Contact_Form_S /** * Construct the search query. + * + * @param int $offset + * @param int $rowcount + * @param string $sort + * @param bool $includeContactIDs + * @param bool $onlyIDs + * + * @return string */ public function all( $offset = 0, $rowcount = 0, $sort = NULL,