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
6232aff129
php-resque
/
lib
/
Resque
/
JobInterface.php
10 lines
108 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
{
- Reformatted files to PSR2 standard - Removed credis for native phpredis - Tidied up some docs - Setting up new travis.ci build
2018-05-25 07:26:54 +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