MediaWiki  1.34.0
GenericParameterJob.php
Go to the documentation of this file.
1 <?php
33  public function __construct( array $params );
34 }
GenericParameterJob\__construct
__construct(array $params)
GenericParameterJob
Interface for generic jobs only uses the parameters field and are JSON serializable.
Definition: GenericParameterJob.php:29
IJobSpecification
Interface for serializable objects that describe a job queue task.
Definition: IJobSpecification.php:35