Elgg
Version 6.1
|
Public Member Functions | |
getVersion () | |
{} More... | |
shouldBeSkipped () | |
{} More... | |
needsIncrementOffset () | |
{} More... | |
countItems () | |
{} More... | |
run (Result $result, $offset) | |
{} More... | |
Public Member Functions inherited from Elgg\Upgrade\Batch | |
__construct (protected?\ElggUpgrade $upgrade=null) | |
Constructs a upgrade batch. More... | |
getVersion () | |
Version of the upgrade. More... | |
shouldBeSkipped () | |
Should this upgrade be skipped? More... | |
needsIncrementOffset () | |
Should the run() method receive an offset representing all processed items? More... | |
countItems () | |
The total number of items to process during the upgrade. More... | |
run (Result $result, $offset) | |
Runs upgrade on a single batch of items. More... | |
getUpgrade () | |
Returns the related upgrade entity. More... | |
Protected Member Functions | |
getOptions (array $options=[]) | |
Get the options to fetch orphaned comments. More... | |
Additional Inherited Members | |
Public Attributes inherited from Elgg\Upgrade\Batch | |
const | UNKNOWN_COUNT = -1 |
countItems() should return this if it doesn't know how many items remain. More... | |
Definition at line 8 of file MigrateAdminValidationNotificationPreference.php.
Elgg\Upgrades\MigrateAdminValidationNotificationPreference::countItems | ( | ) |
{}
Definition at line 34 of file MigrateAdminValidationNotificationPreference.php.
|
protected |
Get the options to fetch orphaned comments.
array | $options | additional options |
Definition at line 74 of file MigrateAdminValidationNotificationPreference.php.
Elgg\Upgrades\MigrateAdminValidationNotificationPreference::getVersion | ( | ) |
{}
Definition at line 13 of file MigrateAdminValidationNotificationPreference.php.
Elgg\Upgrades\MigrateAdminValidationNotificationPreference::needsIncrementOffset | ( | ) |
{}
Definition at line 27 of file MigrateAdminValidationNotificationPreference.php.
Elgg\Upgrades\MigrateAdminValidationNotificationPreference::run | ( | Result | $result, |
$offset | |||
) |
{}
Definition at line 41 of file MigrateAdminValidationNotificationPreference.php.
Elgg\Upgrades\MigrateAdminValidationNotificationPreference::shouldBeSkipped | ( | ) |
{}
Definition at line 20 of file MigrateAdminValidationNotificationPreference.php.