36 private array $params;
52 abstract public function send( array $feed, $line );
64 $line = $formatter->getLine(
$params, $rc, $actionComment );
73 return $this->
send( $params, $line );
77class_alias( FormattedRCFeed::class,
'FormattedRCFeed' );
array $params
The job parameters.
Utility class for creating and reading rows in the recentchanges table.