Topics

Function ipJob()

ipJob — Create a job

Description:

mixed|null ipJob ( string $eventName , [ array $data ] )

Create a job

Package: ImpressPages

Parameters:

string $eventName Job event name, e.g. "MyPlugin_myJob"
array $data = array() Data for job processing.

Return values:

mixed|null Job result value.

See also

comments powered by Disqus