MediaWiki  1.23.12
CgzCopyTransaction Class Reference

Class to represent a recompression operation for a single CGZ blob. More...

Public Member Functions

 __construct ( $parent, $blobClass)
 Create a transaction from a RecompressTracked object. More...
 
 addItem ( $text, $textId)
 Add text. More...
 
 commit ()
 Commit the blob. More...
 
 getSize ()
 
 recompress ()
 Recompress text after some aberrant modification. More...
 

Public Attributes

 $blobClass
 
 $cgz
 
 $parent
 
 $referrers
 

Detailed Description

Class to represent a recompression operation for a single CGZ blob.

Definition at line 678 of file recompressTracked.php.

Constructor & Destructor Documentation

◆ __construct()

CgzCopyTransaction::__construct (   $parent,
  $blobClass 
)

Create a transaction from a RecompressTracked object.

Definition at line 687 of file recompressTracked.php.

References $blobClass, $parent, and array().

Member Function Documentation

◆ addItem()

CgzCopyTransaction::addItem (   $text,
  $textId 
)

Add text.

Returns false if it's ready to commit.

Parameters
$textstring
$textId
Returns
bool

Definition at line 701 of file recompressTracked.php.

References $blobClass, and $hash.

◆ commit()

CgzCopyTransaction::commit ( )

Commit the blob.

Does nothing if no text items have been added. May skip the move if –copy-only is set.

Definition at line 734 of file recompressTracked.php.

References $hash, $res, array(), as, DB_MASTER, DBO_TRX, recompress(), and wfGetDB().

◆ getSize()

CgzCopyTransaction::getSize ( )

Definition at line 712 of file recompressTracked.php.

◆ recompress()

CgzCopyTransaction::recompress ( )

Recompress text after some aberrant modification.

Definition at line 719 of file recompressTracked.php.

References $blobClass, $hash, array(), and as.

Referenced by commit().

Member Data Documentation

◆ $blobClass

CgzCopyTransaction::$blobClass

Definition at line 680 of file recompressTracked.php.

Referenced by __construct(), addItem(), and recompress().

◆ $cgz

CgzCopyTransaction::$cgz

Definition at line 681 of file recompressTracked.php.

◆ $parent

CgzCopyTransaction::$parent

Definition at line 679 of file recompressTracked.php.

Referenced by __construct().

◆ $referrers

CgzCopyTransaction::$referrers

Definition at line 682 of file recompressTracked.php.


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