*
* @param int $caseID
*
- * @return;
+ * @return void
*/
public static function deleteCaseContact($caseID) {
$caseContact = new CRM_Case_DAO_CaseContact();
* @param $addBreadCrumb
* @param string $type
*
- * @return;
+ * @return void
* the location of the file we have created
*/
public static function createMapXML($ids, $locationId, &$page, $addBreadCrumb, $type = 'Contact') {
/**
* called when action is browse
*
- * @return;
+ * @return void
*/
public function browse() {
$count = CRM_Contact_BAO_GroupContact::getContactGroup(
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * @return;
+ * @return void
*/
public function run() {
$this->edit();
* @param bool $is_active
* Value we want to set the is_active field.
*
- * @return;
+ * @return void
* DAO object on sucess, null otherwise
*
*/
* @param array $params
* Input parameters.
*
- * @return;
+ * @return void
* details of found instances
*/
function _civicrm_api3_report_template_getrows_spec(&$params) {
/**
* @param array $params
*
- * @return;
+ * @return void
*/
function _civicrm_api3_system_log_create_spec(&$params) {
require_once 'api/v3/System.php';