58 $this->causeAction = $action;
59 $this->causeAgent = $user;
66 return $this->causeAction;
73 return $this->causeAgent;
84 foreach ( $updates as $update ) {
Abstract base class for update jobs that do something with some secondary data extracted from article...
string $causeAction
Short update cause action description.
__construct()
Stable to call.
mixed $ticket
Result from LBFactory::getEmptyTransactionTicket()
static runUpdates(array $updates)
Convenience method, calls doUpdate() on every DataUpdate in the array.
setCause( $action, $user)
setTransactionTicket( $ticket)
string $causeAgent
Short update cause user description.
Interface that deferrable updates should implement.