MediaWiki REL1_34
GenericParameterJob.php
Go to the documentation of this file.
1<?php
33 public function __construct( array $params );
34}
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.