mirror of
https://github.com/idanoo/php-resque
synced 2025-06-30 21:22:20 +00:00
update phpdoc
This commit is contained in:
parent
e815c687f1
commit
2308c3ced4
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class Resque_Job
|
|||
* @param string $class The name of the class that contains the code to execute the job.
|
||||
* @param array $args Any optional arguments that should be passed when the job is executed.
|
||||
* @param boolean $monitor Set to true to be able to monitor the status of a job.
|
||||
* @param string $id Unique identifier for tracking the job. Generated if not supplied.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue