MediaWiki
master
RowUpdateGenerator.php
Go to the documentation of this file.
1
<?php
6
namespace
MediaWiki\Utils
;
7
14
interface
RowUpdateGenerator
{
29
public
function
update
( $row );
30
}
31
33
class_alias( RowUpdateGenerator::class,
'RowUpdateGenerator'
);
MediaWiki\Utils\RowUpdateGenerator
Interface for generating updates to single rows in the database.
Definition
RowUpdateGenerator.php:14
MediaWiki\Utils\RowUpdateGenerator\update
update( $row)
Given a database row, generates an array mapping column names to updated value within the database ro...
MediaWiki\Utils
Copyright (C) 2017 Kunal Mehta legoktm@debian.org
Definition
BatchRowIterator.php:3
includes
Utils
RowUpdateGenerator.php
Generated on Sat Jul 18 2026 08:29:22 for MediaWiki by
1.10.0