/**
* Returns total number of rows for the query.
*
- * @param
- *
* @return int
* Total number of rows
*/
- public function getTotalCount($action) {
+ public function getTotalCount() {
return $this->_query->searchQuery(0, 0, NULL,
TRUE, FALSE,
FALSE, FALSE,
* The processing consists of using a Selector / Controller framework for getting the
* search results.
*
- * @param
- *
* @return void
* @throws \CRM_Core_Exception
*/
/**
* Build all the data structures needed to build the form.
*
- * @param
- *
* @return void
*/
public function preProcess() {
/**
* Build all the data structures needed to build the form.
*
- * @param
- *
* @return void
*/
public function preProcess() {
/**
* Build all the data structures needed to build the form.
*
- * @param
- *
* @return void
*/
public function preProcess() {
/**
* Get the count of mailings.
*
- * @param
- *
* @return int
* Count
*/
/**
* Get the mailing object for this queue event instance.
*
- * @param
- *
- * @return object
+ * @return CRM_Mailing_BAO_Mailing
* Mailing BAO
*/
public function &getMailing() {
/**
* Build all the data structures needed to build the form.
*
- * @param
- *
* @return void
* @throws \CRM_Core_Exception
*/
/**
* Pre processing work done here.
*
- * @param
- *
*/
public function preProcess(): void {
if ($this->get('register')) {
/**
* Pre processing work done here.
*
- * @param
- *
*/
public function preProcess() {
$this->_mode = CRM_Profile_Form::MODE_CREATE;
*
* gets session variables for group or field id
*
- * @param
- *
* @return void
* @throws \CRM_Core_Exception
*/
*
* gets session variables for group or field id
*
- * @param
- *
* @return void
*/
public function preProcess() {
/**
* Get the action links for this page.
*
- * @param
- *
* @return array
*/
public static function &actionLinks() {
/**
* Browse all uf data groups.
*
- * @param
- *
* @return void
*/
- public function browse($action = NULL) {
+ public function browse() {
$ufGroup = [];
$allUFGroups = CRM_Core_BAO_UFGroup::getModuleUFGroup();
if (empty($allUFGroups)) {
/**
* Build all the data structures needed to build the form.
*
- * @param
- *
* @return void
*/
public function preProcess() {