MediaWiki master
GenericParameterJob.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\JobQueue;
22
36 public function __construct( array $params );
37}
38
40class_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.