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

Updates database charset to utf8mb4. More...

Inheritance diagram for Elgg\Upgrades\AlterDatabaseToMultiByteCharset:
Elgg\Upgrade\AsynchronousUpgrade Elgg\Upgrade\Batch

Public Member Functions

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

Updates database charset to utf8mb4.

Definition at line 11 of file AlterDatabaseToMultiByteCharset.php.

Member Function Documentation

Elgg\Upgrades\AlterDatabaseToMultiByteCharset::countItems ( )

{}

Definition at line 144 of file AlterDatabaseToMultiByteCharset.php.

Elgg\Upgrades\AlterDatabaseToMultiByteCharset::getVersion ( )

{}

Definition at line 108 of file AlterDatabaseToMultiByteCharset.php.

Elgg\Upgrades\AlterDatabaseToMultiByteCharset::needsIncrementOffset ( )

{}

Definition at line 115 of file AlterDatabaseToMultiByteCharset.php.

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

{}

Definition at line 151 of file AlterDatabaseToMultiByteCharset.php.

Elgg\Upgrades\AlterDatabaseToMultiByteCharset::shouldBeSkipped ( )

{}

Definition at line 122 of file AlterDatabaseToMultiByteCharset.php.


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