This website requires JavaScript.
Explore
Help
Sign In
idanoo
/
php-resque
Watch
1
Star
0
Fork
0
You've already forked php-resque
mirror of
https://github.com/idanoo/php-resque.git
synced
2024-11-22 16:25:14 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6f78451498
php-resque
/
lib
/
Resque
/
JobInterface.php
10 lines
96 B
PHP
Raw
Normal View
History
Unescape
Escape
BIG-28720 Allowing to use a factory instead of manually instantite the Jobs
2016-10-06 01:49:15 +00:00
<
?
php
interface
Resque_JobInterface
{
Convert spaces to tabs
2016-10-13 03:45:02 +00:00
/**
*
@
return
bool
*/
public
function
perform
();
BIG-28720 Allowing to use a factory instead of manually instantite the Jobs
2016-10-06 01:49:15 +00:00
}
Reference in New Issue
Copy Permalink