$fields
$fields : array
An array of field names and their values.
This class handles record-specific interactions.
$table : \Blackpulp\MinistryPlatform\Table
The associated Table
__construct(\Blackpulp\MinistryPlatform\Table $table, array $fields)
Instantiate a Record object.
| \Blackpulp\MinistryPlatform\Table | $table | |
| array | $fields |
save() : \Blackpulp\MinistryPlatform\Record
Save a record to MinistryPlatform.
$return
getMpInstance() : \Blackpulp\MinistryPlatform\MinistryPlatform
Retrieve the current MinistryPlatform instance
makeRecurring() : \Blackpulp\MinistryPlatform\RecurringRecord
Create a RecurringRecord object from the current record.