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