BEdita API doc | 4-cactus
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Download

Namespaces

  • BEdita
    • API
      • Auth
      • Controller
        • Admin
        • Component
        • Model
      • Error
      • Event
      • Exception
      • Middleware
      • Model
        • Action
      • Network
        • Exception
      • Shell
      • TestSuite
      • Utility
    • Core
      • Configure
        • Engine
      • Database
        • Type
      • Exception
      • Filesystem
        • Adapter
        • Exception
        • Thumbnail
      • I18n
      • Job
        • Service
      • Mailer
        • Preview
        • Transport
      • Model
        • Action
        • Behavior
        • Entity
        • Table
        • Validation
      • ORM
        • Inheritance
        • Locator
        • Rule
      • Shell
        • Task
      • State
      • TestSuite
        • Fixture
      • Utility

Classes

  • ServiceRegistry

Interfaces

  • JobService

Interface JobService

Interface to run async jobs services.

Direct known implementers

BEdita\Core\Job\Service\MailService, BEdita\Core\Job\Service\ThumbnailService

Namespace: BEdita\Core\Job
Since: 4.0.0
Located at Core/src/Job/JobService.php

Methods summary

public boolean
# run( array $payload, array $options = [] )

Run an async job using $payload input data and optional $options.

Run an async job using $payload input data and optional $options.

Parameters

$payload
Input data for running this job.
$options
Options for running this job.

Returns

boolean
True on success, false on failure
BEdita API doc | 4-cactus API documentation generated by ApiGen