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

  • MailService
  • ThumbnailService

Class ThumbnailService

Service to handle asynchronous generation of thumbnails.

BEdita\Core\Job\Service\ThumbnailService implements BEdita\Core\Job\JobService
Namespace: BEdita\Core\Job\Service
Since: 4.0.0
Located at Core/src/Job/Service/ThumbnailService.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

Implementation of

BEdita\Core\Job\JobService::run()
BEdita API doc | 4-cactus API documentation generated by ApiGen