Elgg  Version master
Public Member Functions | List of all members
Elgg\Upgrades\ChangeUserNotificationSettingsNamespace Class Reference

Change the metadata name of the user notification settings to be multi-purpose. More...

Inheritance diagram for Elgg\Upgrades\ChangeUserNotificationSettingsNamespace:
Elgg\Upgrade\SystemUpgrade Elgg\Upgrade\Batch

Public Member Functions

 getVersion ()
 
 needsIncrementOffset ()
 
 shouldBeSkipped ()
 
 countItems ()
 
 run (Result $result, $offset)
 
- 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...
 

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...
 

Detailed Description

Change the metadata name of the user notification settings to be multi-purpose.

Since
4.0

Definition at line 17 of file ChangeUserNotificationSettingsNamespace.php.

Member Function Documentation

Elgg\Upgrades\ChangeUserNotificationSettingsNamespace::countItems ( )

Definition at line 43 of file ChangeUserNotificationSettingsNamespace.php.

Elgg\Upgrades\ChangeUserNotificationSettingsNamespace::getVersion ( )

Definition at line 22 of file ChangeUserNotificationSettingsNamespace.php.

Elgg\Upgrades\ChangeUserNotificationSettingsNamespace::needsIncrementOffset ( )

Definition at line 29 of file ChangeUserNotificationSettingsNamespace.php.

Elgg\Upgrades\ChangeUserNotificationSettingsNamespace::run ( Result  $result,
  $offset 
)

Definition at line 59 of file ChangeUserNotificationSettingsNamespace.php.

Elgg\Upgrades\ChangeUserNotificationSettingsNamespace::shouldBeSkipped ( )

Definition at line 36 of file ChangeUserNotificationSettingsNamespace.php.


The documentation for this class was generated from the following file: