|
MediaWiki REL1_39
|
Public Member Functions | |
| update ( $row) | |
| Given a database row, generates an array mapping column names to updated value within the database row. | |
Definition at line 25 of file RowUpdateGenerator.php.
| RowUpdateGenerator::update | ( | $row | ) |
Given a database row, generates an array mapping column names to updated value within the database row.
Sample Response: return [ 'some_col' => 'new value', 'other_col' => 99, ];
| stdClass | $row | A row from the database |