/**
* List participations for the UF user
*
- * return null
+ * @return null
*/
public function listActivities() {
* the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
parent::preProcess();
/**
* Class constructor
* @param object $controller
- * @param \const|int $action
+ * @param int $action
*/
public function __construct($controller, $action = CRM_Core_Action::NONE) {
parent::__construct($controller, $action);
* beginning from the final state, but retain the same session
* values
*
- * @return boolean
- */
- /**
* @return bool
*/
public function shouldReset() {
}
}
- /* inRegion
- *
- * Check if label $n is explicitly listed in region $r in the config.
- */
-
/**
+ * Check if label $n is explicitly listed in region $r in the config.
+ *
* @param $n
* @param $r
*
}
}
- /* includeInRegion
- *
- * Should field $n be included in region $r, taking into account exclusion rules.
- */
-
/**
+ * Should field $n be included in region $r, taking into account exclusion rules.
+ *
* @param $n
* @param $r
*
return $add_it;
}
- /* includeTime
- *
- * Should the time component of field $n in region $r be displayed?
- */
-
/**
+ * Should the time component of field $n in region $r be displayed?
+ *
* @param $n
* @param $r
*
return $retval;
}
- /* getRegions
- *
- * Return a list of all the regions in the config file.
- */
-
/**
+ * Return a list of all the regions in the config file.
+ *
* @return array
*/
public function getRegions() {
return array_keys($this->regionFieldList);
}
- /* sort
- *
+ /**
* Sort a group of fields for a given region according to the order in the config.
* The array to be sorted should have elements that have a member with a key of 'label', and the value should be the field label.
- */
-
- /**
+ *
* @param $f
* @param $r
*/
uasort($f, array(&$this, "compareFields"));
}
- /* compareFields
- *
+ /**
* This is intended to be called as a sort callback function, returning whether a field in a region comes before or after another one.
* See also PHP's usort().
- */
-
- /**
+ *
* @param $a
* @param $b
*
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->_action = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE, 'browse');
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
/**
* called when action is update or new
*
- * return null
+ * @return null
*/
public function edit() {
$config = CRM_Core_Config::singleton();
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$contactID = CRM_Utils_Request::retrieve('cid', 'Positive', CRM_Core_DAO::$_nullArray);
* @param array $params
* Array of extra values including relationship_type_id per api spec.
*
- * return string the query for this diretion
- *
* @return array
+ * [select, from, where]
*/
public static function makeURLClause($contactId, $status, $numRelationship, $count, $relationshipId, $direction, $params = array()) {
$select = $from = $where = '';
}
/**
- * This is the function to get the list of relationships
+ * Get a list of relationships
*
* @param int $contactId
* Contact id.
* No of relationships to display (limit).
* @param int $count
* Get the no of relationships.
- * $param int $relationshipId relationship id
- * $param array $links the list of links to display
- * $param int $permissionMask the permission mask to be applied for the actions
- * $param boolean $permissionedContact to return only permissioned Contact
- * $param array $params array of variables consistent with filters supported by the api
- * return array $values relationship records
* @param int $relationshipId
- * @param null $links
- * @param null $permissionMask
+ * @param array $links
+ * the list of links to display
+ * @param int $permissionMask
+ * the permission mask to be applied for the actions
* @param bool $permissionedContact
+ * to return only permissioned Contact
* @param array $params
*
* @return array|int
+ * relationship records
*/
static function getRelationship(
$contactId = NULL,
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
$in = CRM_Contact_BAO_GroupContact::getContactGroup($this->_contactId, 'Added');
* when the page loads, it decides the which action has
* to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
*
* @param int $groupId
*
- * return null
+ * @return null
*/
public function edit($groupId = NULL) {
$controller = new CRM_Core_Controller_Simple(
* when the page loads, it decides the which action has
* to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
$loggingReport = CRM_Core_BAO_Log::useLoggingReport();
/**
* the main function that is called when the page loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
$note = new CRM_Core_DAO_Note();
/**
* called when action is update or new
*
- * return null
+ * @return null
*/
public function edit() {
$controller = new CRM_Core_Controller_Simple('CRM_Note_Form_Note', ts('Contact Notes'), $this->_action);
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
// do nothing :) we are using datatable for rendering relationship selectors
/**
* called when action is update or new
*
- * return null
+ * @return null
*/
public function edit() {
$controller = new CRM_Core_Controller_Simple('CRM_Contact_Form_Relationship', ts('Contact Relationships'), $this->_action);
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called to delete the relationship of a contact
*
- * return null
+ * @return null
*/
public function delete() {
// calls a function to delete relationship
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
// get the primary city, state and zip for the contact
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
$controller = new CRM_Core_Controller_Simple('CRM_Tag_Form_Tag', ts('Contact Tags'), $this->_action);
* the main function that is called when the page loads
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
$count = CRM_Contact_BAO_GroupContact::getContactGroup(
*
* @param int $groupId
*
- * return null
+ * @return null
*/
public function edit($groupId = NULL) {
$this->assign('edit', $this->_edit);
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->edit();
/**
* Send email receipt.
*
- * @form object of Contribution form.
- *
* @param CRM_Core_Form $form
+ * instance of Contribution form.
* @param array $params
* (reference ) an assoc array of name/value pairs.
- * @$ccContribution boolen, is it credit card contribution.
* @param bool $ccContribution
+ * is it credit card contribution.
*
* @return array
*/
}
/**
- *
- * process the PDf and email with activity and attachment
+ * Process the PDf and email with activity and attachment
* on click of Print Invoices
*
* @param array $contribIDs
}
/**
- *
- * This function is use for adding activity for
- * Email Invoice and the PDF Invoice
+ * Add activity for Email Invoice and the PDF Invoice
*
* @param string $subject
* Activity subject.
}
/**
+ * Create the Invoice file in upload folder for attachment
*
- * This function is use for creating the Invoice file in upload folder
- * for attachment
- *
- * @param $html
+ * @param string $html
* Content for pdf in html format.
*
- * return $fileName of file which is in pdf format
- *
* @return string
+ * Name of file which is in pdf format
*/
static public function putFile($html) {
require_once "packages/dompdf/dompdf_config.inc.php";
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$task = CRM_Utils_Request::retrieve('task', 'String', CRM_Core_DAO::$_nullObject);
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
// add annual contribution
/**
* called when action is view
*
- * return null
+ * @return null
*/
public function view() {
$controller = new CRM_Core_Controller_Simple(
/**
* called when action is update or new
*
- * return null
+ * @return null
*/
public function edit() {
// set https for offline cc transaction
* the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function listContribution() {
$controller = new CRM_Core_Controller_Simple(
* the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$invoiceSettings = CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::CONTRIBUTE_PREFERENCES_NAME, 'contribution_invoice_settings');
* @param $optionId
* Value of option to be deleted.
*
- * return void
+ * @return void
*/
public static function setOptionToNull($optionId) {
if (!$optionId) {
* @param int $ufID
* Uf id.
*
- * return array $ufValues uf values.
- * *
- *
* @return array
+ * uf values.
*/
public static function getUFValues($ufID = NULL) {
if (!$ufID) {
* Validate user permission across
* edit or view or with supportable acls.
*
- * return boolean true/false.
+ * @return boolean
**/
public static function giveMeAllACLs() {
if (CRM_Core_Permission::check('view all contacts') ||
*
* @param string $permission
*
- * return string $componentName the name of component.
- *
- * @return int|null|string
+ * @return null|string
+ * the name of component.
*/
public static function getComponentName($permission) {
$componentName = NULL;
/**
* Preferred mail format
+ *
+ * @return array
*/
public static function pmf() {
return array(
/**
* Privacy options
+ *
+ * @return array
*/
public static function privacy() {
return array(
/**
* Various pre defined contact super types
+ *
+ * @return array
*/
public static function contactType() {
static $contactType = NULL;
/**
* Various pre defined unit list
+ *
+ * @param string $unitType
+ * @return array
*/
public static function unitList($unitType = NULL) {
$unitList = array(
/**
* Membership type unit
+ *
+ * @return array
*/
public static function membershipTypeUnitList() {
return self::unitList('duration');
/**
* Various pre defined period types
+ *
+ * @return array
*/
public static function periodType() {
return array(
/**
* Various pre defined email selection methods
+ *
+ * @return array
*/
public static function emailSelectMethods() {
return array(
/**
* Various pre defined member visibility options
+ *
+ * @return array
*/
public static function memberVisibility() {
return array(
/**
* Member auto-renew options
+ *
+ * @return array
*/
public static function memberAutoRenew() {
return array(
/**
* Various pre defined event dates
+ *
+ * @return array
*/
public static function eventDate() {
return array(
/**
* Custom form field types
+ *
+ * @return array
*/
public static function customHtmlType() {
return array(
/**
* Various pre defined extensions for dynamic properties and groups
*
+ * @return array
+ *
*/
public static function customGroupExtends() {
$customGroupExtends = array(
/**
* Styles for displaying the custom data group
*
+ * @return array
+ *
*/
public static function customGroupStyle() {
return array(
/**
* For displaying the uf group types
*
+ * @return array
*/
public static function ufGroupTypes() {
$ufGroupType = array(
/**
* The status of a contact within a group
*
+ * @return array
+ *
*/
public static function groupContactStatus() {
return array(
/**
* List of Group Types
+ *
+ * @return array
*/
public static function groupType() {
return array(
/**
* Compose the parameters for a date select object
*
- * @param string|NULL $type the type of date
- * @param string|NULL $format date format ( QF format)
- *
+ * @param string|NULL $type
+ * the type of date
+ * @param string|NULL $format
+ * date format (QF format)
* @param null $minOffset
* @param null $maxOffset
*
* the date array
*/
public static function date($type = NULL, $format = NULL, $minOffset = NULL, $maxOffset = NULL) {
-
$date = array(
'addEmptyOption' => TRUE,
'emptyOptionText' => ts('- select -'),
/**
* Values for UF form visibility options
*
+ * @return array
*/
public static function ufVisibility() {
return array(
/**
* Values for group form visibility options
*
+ * @return array
*/
public static function groupVisibility() {
return array(
/**
* Different type of Mailing Components
*
- * return array
+ * @return array
*/
public static function mailingComponents() {
return array(
/**
* Get hours
*
- *
+ * @return array
*/
public function getHours() {
$hours = array();
/**
* Get minutes
*
- *
+ * @return array
*/
public function getMinutes() {
$minutes = array();
}
/**
- * Get the Address Standardization Providers from available
- * plugins
+ * Get the Address Standardization Providers from available plugins
*
* @return array
* array of address standardization providers
/**
* Different type of Mailing Tokens
*
- * return array
+ * @return array
*/
public static function mailingTokens() {
return array(
/**
* Different type of Activity Tokens
*
- * return array
+ * @return array
*/
public static function activityTokens() {
return array(
/**
* Different type of Membership Tokens
*
- * return array
+ * @return array
*/
public static function membershipTokens() {
return array(
/**
* Different type of Event Tokens
*
- * return array
+ * @return array
*/
public static function eventTokens() {
return array(
/**
* Different type of Event Tokens
*
- * return array
+ * @return array
*/
public static function contributionTokens() {
return array(
/**
* Different type of Contact Tokens
*
- * return array
+ * @return array
*/
public static function contactTokens() {
static $tokens = NULL;
/**
* Different type of Participant Tokens
*
- * return array
+ * @return array
*/
public static function participantTokens() {
static $tokens = NULL;
}
/**
- * CiviCRM supported date input formats
+ * CiviCRM supported date input formats
+ *
+ * @return array
*/
public static function getDatePluginInputFormats() {
$dateInputFormats = array(
);
/*
- Year greater than 2000 get wrong result for following format
- echo date( 'Y-m-d', strtotime( '7 Nov, 2001') );
- echo date( 'Y-m-d', strtotime( '7 November, 2001') );
- Return current year
- expected :: 2001-11-07
- output :: 2009-11-07
- However
- echo date( 'Y-m-d', strtotime( 'Nov 7, 2001') );
- echo date( 'Y-m-d', strtotime( 'November 7, 2001') );
- gives proper result
- */
+ Year greater than 2000 get wrong result for following format
+ echo date( 'Y-m-d', strtotime( '7 Nov, 2001') );
+ echo date( 'Y-m-d', strtotime( '7 November, 2001') );
+ Return current year
+ expected :: 2001-11-07
+ output :: 2009-11-07
+ However
+ echo date( 'Y-m-d', strtotime( 'Nov 7, 2001') );
+ echo date( 'Y-m-d', strtotime( 'November 7, 2001') );
+ gives proper result
+ */
return $dateInputFormats;
}
/**
* Map date plugin and actual format that is used by PHP
+ *
+ * @return array
*/
public static function datePluginToPHPFormats() {
$dateInputFormats = array(
/**
* Time formats
+ *
+ * @return array
*/
public static function getTimeFormats() {
return array(
/**
* Get numeric options
+ *
+ * @param int $start
+ * @param int $end
*
+ * @return array
*/
public static function getNumericOptions($start = 0, $end = 10) {
$numericOptions = array();
/**
* Barcode types
+ *
+ * @return array
*/
public static function getBarcodeTypes() {
return array(
/**
* Dedupe rule types
+ *
+ * @return array
*/
public static function getDedupeRuleTypes() {
return array(
/**
* Campaign group types
+ *
+ * @return array
*/
public static function getCampaignGroupTypes() {
return array(
/**
* Subscription history method
+ *
+ * @return array
*/
public static function getSubscriptionHistoryMethods() {
return array(
/**
* Premium units
+ *
+ * @return array
*/
public static function getPremiumUnits() {
return array(
/**
* Extension types
+ *
+ * @return array
*/
public static function getExtensionTypes() {
return array(
/**
* Job frequency
+ *
+ * @return array
*/
public static function getJobFrequency() {
return array(
/**
* Search builder operators
+ *
+ * @return array
*/
public static function getSearchBuilderOperators() {
return array(
/**
* Profile group types
*
+ * @return array
*/
public static function getProfileGroupType() {
$profileGroupType = array(
/**
* Word replacement match type
+ *
+ * @return array
*/
public static function getWordReplacementMatchType() {
return array(
/**
* Mailing group types
+ *
+ * @return array
*/
public static function getMailingGroupTypes() {
return array(
/**
* Mailing Job Status
+ *
+ * @return array
*/
public static function getMailingJobStatus() {
return array(
);
}
+ /**
+ * @return array
+ */
public static function billingMode() {
return array(
CRM_Core_Payment::BILLING_MODE_FORM => 'form',
/**
* Frequency unit for schedule reminders
+ *
+ * @return array
*/
public static function getScheduleReminderFrequencyUnits() {
//@todo update schema to refer to option group direct & remove this
* Update status id.
* @param int $fromStatusId
* From status id.
- *
- * return void
* @param bool $returnResult
* @param bool $skipCascadeRule
*
* @param string $mailType
* (eg 'approval', 'confirm', 'expired' ).
*
- * return void
- *
* @return bool
*/
static function sendTransitionParticipantMail(
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
$controller = new CRM_Core_Controller_Simple(
/**
* called when action is view
*
- * return null
+ * @return null
*/
public function view() {
// build associated contributions
/**
* called when action is update or new
*
- * return null
+ * @return null
*/
public function edit() {
// set https for offline cc transaction
/**
* the main function that is called when the page loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
* used for the to show the associated
* contribution for the participant
*
- * return null
+ * @return null
*/
public function associatedContribution() {
if (CRM_Core_Permission::access('CiviContribute')) {
/**
* List participations for the UF user
*
- * return null
+ * @return null
*/
public function listParticipations() {
$controller = new CRM_Core_Controller_Simple(
* the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
parent::preProcess();
* @return array
*/
public static function getAllPaymentProcessors($mode, $reset = FALSE) {
- /**
+ /*
* $cacheKey = 'CRM_Financial_BAO_Payment_Processor_' . ($mode ? 'test' : 'all');
* if (!$reset) {
- * $processors = CRM_Utils_Cache::singleton()->get($cacheKey);
- * if (!empty($processors)) {
- * return $processors;
- * }
+ * $processors = CRM_Utils_Cache::singleton()->get($cacheKey);
+ * if (!empty($processors)) {
+ * return $processors;
+ * }
* }
- * */
+ */
$retrievalParameters = array(
'is_active' => TRUE,
'options' => array('sort' => 'is_default DESC, name'),
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
function browse() {
$controller = new CRM_Core_Controller_Simple('CRM_Grant_Form_Search', ts('Grants'), $this->_action);
/**
* called when action is view
*
- * return null
+ * @return null
*/
public function view() {
$controller = new CRM_Core_Controller_Simple('CRM_Grant_Form_GrantView', 'View Grant', $this->_action);
/**
* called when action is update or new
*
- * return null
+ * @return null
*/
public function edit() {
$controller = new CRM_Core_Controller_Simple('CRM_Grant_Form_Grant', 'Create grant', $this->_action);
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
* @param $url
* @param $mailing_id
*
- * return int Url id of the given url and mail
+ * @return int
+ * Url id of the given url and mail
*/
public static function getTrackerURLId($url, $mailing_id) {
$tracker = new CRM_Mailing_BAO_TrackableURL();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
}
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
$links = self::links('all', $this->_isPaymentProcessor, $this->_accessContribution);
/**
* called when action is view
*
- * return null
+ * @return null
*/
public function view() {
$controller = new CRM_Core_Controller_Simple(
/**
* called when action is update or new
*
- * return null
+ * @return null
*/
public function edit() {
// set https for offline cc transaction
/**
* the main function that is called when the page loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* used for the to show the associated
* contribution for the membership
- * @form array $form (ref.) an assoc array of name/value pairs
- * return null
+ *
+ * @param int $contactId
+ * @param int $membershipId
+ *
+ * @return null
*/
public static function associatedContribution($contactId = NULL, $membershipId = NULL) {
$controller = new CRM_Core_Controller_Simple(
/**
* List memberships for the UF user
*
- * return null
+ * @return null
*/
public function listMemberships() {
$membership = array();
* the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
parent::preProcess();
* the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* the main function that is called when the page loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->_action = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE, 'browse');
/**
* called when action is update or new
*
- * return null
+ * @return null
*/
public function edit() {
$controller = new CRM_Core_Controller_Simple('CRM_Pledge_Form_Payment',
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function browse() {
$controller = new CRM_Core_Controller_Simple('CRM_Pledge_Form_Search', ts('Pledges'), $this->_action);
/**
* called when action is view
*
- * return null
+ * @return null
*/
public function view() {
$controller = new CRM_Core_Controller_Simple('CRM_Pledge_Form_PledgeView',
/**
* called when action is update or new
*
- * return null
+ * @return null
*/
public function edit() {
$controller = new CRM_Core_Controller_Simple('CRM_Pledge_Form_Pledge',
/**
* the main function that is called when the page loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
$this->preProcess();
/**
* called when action is browse
*
- * return null
+ * @return null
*/
public function listPledges() {
$controller = new CRM_Core_Controller_Simple(
* the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
- * return null
+ * @return null
*/
public function run() {
parent::preProcess();
/**
* returns the list of fields that can be imported
*
- * return array
+ * @return array
*/
static function &import($prefix = FALSE) {
if (!(self::$_import)) {
/**
* returns the list of fields that can be exported
*
- * return array
+ * @return array
*/
static function &export($prefix = FALSE) {
if (!(self::$_export)) {
/**
* returns the list of fields that can be imported
*
- * return array
+ * @return array
*/
static function &import($prefix = FALSE) {
if (!(self::$_import)) {
/**
* returns the list of fields that can be exported
*
- * return array
+ * @return array
*/
static function &export($prefix = FALSE) {
if (!(self::$_export)) {
/**
* returns the list of fields that can be imported
*
- * return array
+ * @return array
*/
static function &import($prefix = FALSE) {
if (!(self::$_import)) {
/**
* returns the list of fields that can be exported
*
- * return array
+ * @return array
*/
static function &export($prefix = FALSE) {
if (!(self::$_export)) {
/**
* returns the list of fields that can be imported
*
- * return array
+ * @return array
*/
static function &import($prefix = FALSE) {
if (!(self::$_import)) {
/**
* returns the list of fields that can be exported
*
- * return array
+ * @return array
*/
static function &export($prefix = FALSE) {
if (!(self::$_export)) {
/**
* returns the list of fields that can be imported
*
- * return array
+ * @return array
*/
static function &import($prefix = FALSE) {
if (!(self::$_import)) {
/**
* returns the list of fields that can be exported
*
- * return array
+ * @return array
*/
static function &export($prefix = FALSE) {
if (!(self::$_export)) {
* @param array $params
* (by reference).
*
- *
* @return boolean
* true if a mail was sent, else false
*/