MediaWiki master
GenericParameterJob.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\JobQueue;
8
22 public function __construct( array $params );
23}
24
26class_alias( GenericParameterJob::class, 'GenericParameterJob' );
Interface for generic jobs only uses the parameters field and are JSON serializable.
Interface for serializable objects that describe a job queue task.