MediaWiki
master
|
Public Member Functions | |
update ($row) | |
Given a database row, generates an array mapping column names to updated value within the database row. More... | |
Definition at line 23 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 array( 'some_col' => 'new value', 'other_col' => 99, );
stdClass | $row | A row from the database |