/**
* Class constructor.
+ *
+ * @param string $title
+ * @param bool|int $action
+ * @param bool $modal
*/
public function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) {
/**
* Given ID of a custom field, return its name as well as the name of the custom group it belongs to.
+ *
+ * @param array $ids
+ *
+ * @return array
*/
public static function getNameFromID($ids) {
if (is_array($ids)) {
/**
* This method is handles the response that will be invoked (from extern/googleNotify) every time
* a notification or request is sent by the Google Server.
+ *
+ * @param string $xml_response
*/
public static function main($xml_response) {
require_once 'Google/library/googleresponse.php';
/**
* Class constructor.
+ *
+ * @param string $title
+ * @param bool|int $action
+ * @param bool $modal
*/
public function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) {
/**
* Set variables up before form is built.
+ *
+ * @param CRM_Core_Form $form
*/
public function preProcess(&$form) {
}
/**
* Class constructor.
+ *
+ * @param string $title
+ * @param bool|int $action
+ * @param bool $modal
*/
public function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) {
}
/**
+ * Create placeholders.
+ *
+ * @param string $prefix
* @param array $args
* Positional arguments.
+ *
* @return array
* Named placeholders based on the positional arguments
- * (e.g. "@1" => "firstValue").
+ * (e.g. "@1" => "firstValue").
*/
protected function createPlaceholders($prefix, $args) {
$result = array();
/**
* Translate the custom field data_type attribute into a std 'type'.
*
- * @param $dataType
+ * @param array $value
*
* @return int
*/
*
* @param array $params
* @param int $id
- * @param bool int $delete
+ * @param bool $delete
*/
public function contributionGetnCheck($params, $id, $delete = TRUE) {