CRM_Event_Import_Parser_Participant
extends CRM_Import_Parser
in package
class to parse membership csv files
Table of Contents
Methods
- getUserJobInfo() : array<string|int, mixed>
- Get information about the provided job.
- import() : void
- Handle the values in import mode.
- init() : mixed
- The initializer code, called before the processing.
- getRequiredFields() : array<string|int, mixed>
- setFieldMetadata() : void
- Set up field metadata.
Methods
getUserJobInfo()
Get information about the provided job.
public
static getUserJobInfo() : array<string|int, mixed>
- name
- id (generally the same as name)
- label
Return values
array<string|int, mixed>import()
Handle the values in import mode.
public
import(array<string|int, mixed> $values) : void
Parameters
- $values : array<string|int, mixed>
-
The array of values belonging to this line.
init()
The initializer code, called before the processing.
public
init() : mixed
getRequiredFields()
protected
getRequiredFields() : array<string|int, mixed>
Return values
array<string|int, mixed>setFieldMetadata()
Set up field metadata.
protected
setFieldMetadata() : void