$record
$record : \Blackpulp\MinistryPlatform\Record
The base Record object
This class handles recurring record interactions.
$record : \Blackpulp\MinistryPlatform\Record
The base Record object
__construct(\Blackpulp\MinistryPlatform\Record $record)
Instantiate the object.
\Blackpulp\MinistryPlatform\Record | $record |
create() : \Blackpulp\MinistryPlatform\RecurringRecord
Create the Recurring Records in MinistryPlatform.
setSeriesDetails() : \Blackpulp\MinistryPlatform\RecurringRecord
Set the Series Details.
getRecord() : \Blackpulp\MinistryPlatform\Record
Gets the current Record object
setRecord(\Blackpulp\MinistryPlatform\Record $record)
Set the current Record property.
\Blackpulp\MinistryPlatform\Record | $record |
setSubTabSourceRecordId(integer $sub_tab_source_record_id) : self
Sets the This is the primary key value for the record which serves as the model containing sub tab data to be copied into the recurrence * series members.
integer | $sub_tab_source_record_id | the sub tab source record id |