52 foreach ( $updates as $update ) {
Abstract base class for update jobs that do something with some secondary data extracted from article...
mixed $ticket
Result from LBFactory::getEmptyTransactionTicket()
static runUpdates(array $updates)
Convenience method, calls doUpdate() on every DataUpdate in the array.
setTransactionTicket( $ticket)
Interface that deferrable updates should implement.