$this->submitFileForMapping('CRM_Activity_Import_Parser_Activity');
}
+ /**
+ * @return CRM_Activity_Import_Parser_Activity
+ */
+ protected function getParser(): CRM_Activity_Import_Parser_Activity {
+ if (!$this->parser) {
+ $this->parser = new CRM_Activity_Import_Parser_Activity();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
$parser->set($this);
}
+ /**
+ * @return CRM_Activity_Import_Parser_Activity
+ */
+ protected function getParser(): CRM_Activity_Import_Parser_Activity {
+ if (!$this->parser) {
+ $this->parser = new CRM_Activity_Import_Parser_Activity();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
}
}
+ /**
+ * @return CRM_Activity_Import_Parser_Activity
+ */
+ protected function getParser(): CRM_Activity_Import_Parser_Activity {
+ if (!$this->parser) {
+ $this->parser = new CRM_Activity_Import_Parser_Activity();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
$this->submitFileForMapping('CRM_Contribute_Import_Parser_Contribution');
}
+ /**
+ * @return \CRM_Contribute_Import_Parser_Contribution
+ */
+ protected function getParser(): CRM_Contribute_Import_Parser_Contribution {
+ if (!$this->parser) {
+ $this->parser = new CRM_Contribute_Import_Parser_Contribution();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
* @return \CRM_Contribute_Import_Parser_Contribution
*/
protected function getParser(): CRM_Contribute_Import_Parser_Contribution {
- $parser = new CRM_Contribute_Import_Parser_Contribution();
- $parser->setUserJobID($this->getUserJobID());
- return $parser;
+ if (!$this->parser) {
+ $this->parser = new CRM_Contribute_Import_Parser_Contribution();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
}
}
}
}
+ /**
+ * @return \CRM_Contribute_Import_Parser_Contribution
+ */
+ protected function getParser(): CRM_Contribute_Import_Parser_Contribution {
+ if (!$this->parser) {
+ $this->parser = new CRM_Contribute_Import_Parser_Contribution();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
$this->submitFileForMapping('CRM_Custom_Import_Parser_Api', 'multipleCustomData');
}
+ /**
+ * @return CRM_Custom_Import_Parser_Api
+ */
+ protected function getParser(): CRM_Custom_Import_Parser_Api {
+ if (!$this->parser) {
+ $this->parser = new CRM_Custom_Import_Parser_Api();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
}
}
+ /**
+ * @return CRM_Custom_Import_Parser_Api
+ */
+ protected function getParser(): CRM_Custom_Import_Parser_Api {
+ if (!$this->parser) {
+ $this->parser = new CRM_Custom_Import_Parser_Api();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
$this->submitFileForMapping('CRM_Event_Import_Parser_Participant');
}
+ /**
+ * @return CRM_Event_Import_Parser_Participant
+ */
+ protected function getParser(): CRM_Event_Import_Parser_Participant {
+ if (!$this->parser) {
+ $this->parser = new CRM_Event_Import_Parser_Participant();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
$parser->set($this);
}
+ /**
+ * @return CRM_Event_Import_Parser_Participant
+ */
+ protected function getParser(): CRM_Event_Import_Parser_Participant {
+ if (!$this->parser) {
+ $this->parser = new CRM_Event_Import_Parser_Participant();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
}
}
+ /**
+ * @return CRM_Event_Import_Parser_Participant
+ */
+ protected function getParser(): CRM_Event_Import_Parser_Participant {
+ if (!$this->parser) {
+ $this->parser = new CRM_Event_Import_Parser_Participant();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
*/
protected $userJob;
+ /**
+ * @var \CRM_Import_Parser
+ */
+ protected $parser;
+
/**
* Get User Job.
*
$this->submitFileForMapping('CRM_Member_Import_Parser_Membership');
}
+ /**
+ * @return \CRM_Member_Import_Parser_Membership
+ */
+ protected function getParser(): CRM_Member_Import_Parser_Membership {
+ if (!$this->parser) {
+ $this->parser = new CRM_Member_Import_Parser_Membership();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
$parser->set($this);
}
+ /**
+ * @return \CRM_Member_Import_Parser_Membership
+ */
+ protected function getParser(): CRM_Member_Import_Parser_Membership {
+ if (!$this->parser) {
+ $this->parser = new CRM_Member_Import_Parser_Membership();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}
}
}
+ /**
+ * @return \CRM_Member_Import_Parser_Membership
+ */
+ protected function getParser(): CRM_Member_Import_Parser_Membership {
+ if (!$this->parser) {
+ $this->parser = new CRM_Member_Import_Parser_Membership();
+ $this->parser->setUserJobID($this->getUserJobID());
+ $this->parser->init();
+ }
+ return $this->parser;
+ }
+
}