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