*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * This class acts like a psuedo-BAO for transient import job tables
+ * This class acts like a psuedo-BAO for transient import job tables.
*/
class CRM_Contact_Import_ImportJob {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * This class contains all the function that are called using AJAX
+ * This class contains all the function that are called using AJAX.
*/
class CRM_Contact_Import_Page_AJAX {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser {
*
* @param array $elements
* IM service provider type ids.
- *
- * @return void
*/
public function setActiveFieldImProviders($elements) {
for ($i = 0; $i < count($elements); $i++) {
*
* @param array $elements
* IM service provider type ids of related contact.
- *
- * @return void
*/
public function setActiveFieldRelatedContactImProvider($elements) {
for ($i = 0; $i < count($elements); $i++) {
* @param CRM_Core_Session $store
*
* @param int $mode
- *
- * @return void
*/
public function set($store, $mode = self::MODE_SUMMARY) {
$store->set('rowCount', $this->_rowCount);
* @param string $fileName
* @param array $header
* @param array $data
- *
- * @return void
- */
+ */
public static function exportCSV($fileName, $header, $data) {
if (file_exists($fileName) && !is_writable($fileName)) {
*
* @param int $id
* @param array $params
- *
- * @return void
*/
public function updateImportRecord($id, &$params) {
$statusFieldName = $this->_statusFieldName;
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
//@todo calling api functions directly is not supported
/**
* The initializer code, called before the processing
- *
- * @return void
*/
public function init() {
$contactFields = CRM_Contact_BAO_Contact::importableFields($this->_contactType);
}
/**
- * The initializer code, called before the processing
- *
- * @return void
+ * The initializer code, called before the processing.
*/
public function fini() {
}
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
* Main page for viewing all Saved searches.
- *
*/
class CRM_Contact_Page_CustomSearch extends CRM_Core_Page {
/**
* Run this page (figure out the action needed and perform it).
- *
- * @return void
*/
public function run() {
$action = CRM_Utils_Request::retrieve('action',
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * CiviCRM Dashboard
- *
+ * CiviCRM Dashboard.
*/
class CRM_Contact_Page_DashBoard extends CRM_Core_Page {
/**
* Run dashboard.
- *
- * @return void
*/
public function run() {
// Add dashboard js and css
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * CiviCRM Dashlet
- *
+ * CiviCRM Dashlet.
*/
class CRM_Contact_Page_Dashlet extends CRM_Core_Page {
/**
* Run dashboard.
- *
- * @return void
*/
public function run() {
CRM_Utils_System::setTitle(ts('Dashlets'));
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
* Main page for viewing contact.
- *
*/
class CRM_Contact_Page_DedupeException extends CRM_Core_Page {
/**
- * Heart of the viewing process. The runner gets all the meta data for
- * the contact and calls the appropriate type of page to view.
+ * Heart of the viewing process.
*
- * @return void
+ * The runner gets all the meta data for the contact and calls the appropriate type of page to view.
*/
public function preProcess() {
//fetch the dedupe exception contacts.