*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
class CRM_Contact_Page_DedupeFind extends CRM_Core_Page_Basic {
protected $_cid = NULL;
/**
* Get action Links.
- *
- * @return void
- * (reference) of action links
*/
public function &links() {
}
/**
* Browse all rule groups.
- *
- * @return void
*/
public function run() {
$gid = CRM_Utils_Request::retrieve('gid', 'Positive', $this, FALSE, 0);
/**
* Browse all rule groups.
- *
- * @return void
*/
public function browse() {
$this->assign('main_contacts', $this->_mainContacts);
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2014
- * $Id$
- *
*/
class CRM_Contact_Page_DedupeMerge extends CRM_Core_Page {
/**
* Browse batch merges.
- *
- * @return void
- * @access public
*/
public function run() {
$runner = self::getRunner();
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
class CRM_Contact_Page_DedupeRules extends CRM_Core_Page_Basic {
* This method is called after the page is created. It checks for the type
* of action and executes that action. Finally it calls the parent's run
* method.
- *
- * @return void
*/
public function run() {
// get the requested action, default to 'browse'
/**
* Browse all rule groups.
- *
- * @return void
*/
public function browse() {
// get all rule groups
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
class CRM_Contact_Page_ImageFile extends CRM_Core_Page {
/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * Dummy page for actions button
- *
+ * Dummy page for actions button.
*/
class CRM_Contact_Page_Inline_Actions extends CRM_Core_Page {
* Run the page.
*
* This method is called after the page is created.
- *
- * @return void
*/
public function run() {
$contactId = CRM_Utils_Request::retrieve('cid', 'Positive', CRM_Core_DAO::$_nullObject, TRUE, NULL, $_REQUEST);
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * Dummy page for details of address
- *
+ * Dummy page for details of address.
*/
class CRM_Contact_Page_Inline_Address extends CRM_Core_Page {
* Run the page.
*
* This method is called after the page is created.
- *
- * @return void
*/
public function run() {
// get the emails for this contact
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * Dummy page for details of communication preferences
- *
+ * Dummy page for details of communication preferences.
*/
class CRM_Contact_Page_Inline_CommunicationPreferences extends CRM_Core_Page {
* Run the page.
*
* This method is called after the page is created.
- *
- * @return void
*/
public function run() {
// get the emails for this contact
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * Page to disply contact information on topi of summary
- *
+ * Page to display contact information on top of summary.
*/
class CRM_Contact_Page_Inline_ContactInfo extends CRM_Core_Page {
* Run the page.
*
* This method is called after the page is created.
- *
- * @return void
*/
public function run() {
// get the emails for this contact
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * Page to disply contact name on top of the summary
- *
+ * Page to display contact name on top of the summary.
*/
class CRM_Contact_Page_Inline_ContactName extends CRM_Core_Page {
* Run the page.
*
* This method is called after the page is created.
- *
- * @return void
*/
public function run() {
// get the emails for this contact