Elgg  Version master
Public Member Functions | List of all members
Elgg\Upgrades\MigrateDebugConfig Class Reference
Inheritance diagram for Elgg\Upgrades\MigrateDebugConfig:
Elgg\Upgrade\SystemUpgrade Elgg\Upgrade\Batch

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

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

Definition at line 9 of file MigrateDebugConfig.php.

Member Function Documentation

Elgg\Upgrades\MigrateDebugConfig::countItems ( )

{}

Definition at line 47 of file MigrateDebugConfig.php.

Elgg\Upgrades\MigrateDebugConfig::getVersion ( )

{}

Definition at line 14 of file MigrateDebugConfig.php.

Elgg\Upgrades\MigrateDebugConfig::needsIncrementOffset ( )

{}

Definition at line 40 of file MigrateDebugConfig.php.

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

{}

Definition at line 54 of file MigrateDebugConfig.php.

Elgg\Upgrades\MigrateDebugConfig::shouldBeSkipped ( )

{}

Definition at line 21 of file MigrateDebugConfig.php.


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