Elgg  Version 5.1
Public Member Functions | List of all members
Elgg\Upgrades\DeleteNotificationsPlugin Class Reference

Remove the notifications plugin entity. More...

Inheritance diagram for Elgg\Upgrades\DeleteNotificationsPlugin:
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 (\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...
 
- Protected Attributes inherited from Elgg\Upgrade\Batch
 $upgrade
 

Detailed Description

Remove the notifications plugin entity.

Definition at line 11 of file DeleteNotificationsPlugin.php.

Member Function Documentation

Elgg\Upgrades\DeleteNotificationsPlugin::countItems ( )

Definition at line 37 of file DeleteNotificationsPlugin.php.

Elgg\Upgrades\DeleteNotificationsPlugin::getVersion ( )

Definition at line 16 of file DeleteNotificationsPlugin.php.

Elgg\Upgrades\DeleteNotificationsPlugin::needsIncrementOffset ( )

Definition at line 23 of file DeleteNotificationsPlugin.php.

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

Definition at line 49 of file DeleteNotificationsPlugin.php.

Elgg\Upgrades\DeleteNotificationsPlugin::shouldBeSkipped ( )

Definition at line 30 of file DeleteNotificationsPlugin.php.


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