php-resque/lib/Resque/JobInterface.php
2016-10-13 14:45:02 +11:00

10 lines
96 B
PHP

<?php
interface Resque_JobInterface
{
/**
* @return bool
*/
public function perform();
}