*/
public $_groupId;
- /**
- * Class constructor.
- *
- * @return CRM_Contact_Page_View_CustomData
- */
- public function __construct() {
- parent::__construct();
- }
-
/**
* Add a few specific things to view contact.
*/
*/
class CRM_Contribute_BAO_ContributionSoft extends CRM_Contribute_DAO_ContributionSoft {
- /**
- * Construct method.
- */
- public function __construct() {
- parent::__construct();
- }
-
/**
* Add contribution soft credit record.
*
* @copyright CiviCRM LLC https://civicrm.org/licensing
*/
class CRM_Core_BAO_FinancialTrxn extends CRM_Financial_DAO_FinancialTrxn {
- /**
- * Class constructor.
- *
- * @return \CRM_Financial_DAO_FinancialTrxn
- */
-
- /**
- */
- public function __construct() {
- parent::__construct();
- }
/**
* Takes an associative array and creates a financial transaction object.
*/
private static $_singleton = NULL;
- /**
- * The constructor. Sets domain id if defined, otherwise assumes
- * single instance installation.
- */
- public function __construct() {
- parent::__construct();
- }
-
/**
* Singleton function used to manage this object.
*
*/
private $backupFrames = [];
- /**
- * Class constructor.
- *
- * @return CRM_Core_Smarty
- */
- public function __construct() {
- parent::__construct();
- }
-
private function initialize() {
$config = CRM_Core_Config::singleton();
'Pending from approval' => ['Registered', 'Cancelled'],
];
- /**
- */
- public function __construct() {
- parent::__construct();
- }
-
/**
* Takes an associative array and creates a participant object.
*
*/
public $_friendId;
- /**
- */
- public function __construct() {
- parent::__construct();
- }
-
/**
* Takes an associative array and creates a friend object.
*
*/
public static $_patterns = NULL;
- /**
- * Class constructor.
- */
- public function __construct() {
- parent::__construct();
- }
-
/**
* Build the static pattern array.
*/