Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Resque
Helpers
ClosureJob
PHP Class Resque\Helpers\ClosureJob
Author:
Michael Haynes (
[email protected]
)
Afficher le fichier
Open project: mjphaynes/php-resque
Méthodes publiques
Méthode
Description
perform
(
array
$data
,
Job
$job
) :
void
Fire the Closure based queue job.
Method Details
perform()
public
méthode
Fire the Closure based queue job.
public
perform
(
array
$data
,
Job
$job
) :
void
$data
array
$job
Resque\Job
Résultat
void