X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FSearch%2FCustom%2FTagContributions.php;h=d7d153f01d05ad3b6c253386855fcb23634391eb;hb=3636b5209a6a696fcf78baf0a9fcaa0675242371;hp=193774f065c9dc936e3dcae52a3141ad694d51d8;hpb=9bded107ee6dc2c4eeed2b99994cfc7666d2e2c7;p=civicrm-core.git diff --git a/CRM/Contact/Form/Search/Custom/TagContributions.php b/CRM/Contact/Form/Search/Custom/TagContributions.php index 193774f065..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,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2015 + * @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 { @@ -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,