MediaWiki master
RowUpdateGenerator.php
Go to the documentation of this file.
1<?php
6namespace MediaWiki\Utils;
7
29 public function update( $row );
30}
31
33class_alias( RowUpdateGenerator::class, 'RowUpdateGenerator' );
Interface for generating updates to single rows in the database.
update( $row)
Given a database row, generates an array mapping column names to updated value within the database ro...
Copyright (C) 2017 Kunal Mehta legoktm@debian.org