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

  • FilesystemAdapter
  • FilesystemRegistry
  • Thumbnail
  • ThumbnailGenerator
  • ThumbnailRegistry

Interfaces

  • GeneratorInterface

Class ThumbnailGenerator

Thumbnail generator.

This is a base class that might be extended by concrete Thumbnail generators that

BEdita\Core\Filesystem\ThumbnailGenerator implements BEdita\Core\Filesystem\GeneratorInterface uses Cake\Core\InstanceConfigTrait (not available)

Direct known subclasses

BEdita\Core\Filesystem\Thumbnail\AsyncGenerator

Abstract
Namespace: BEdita\Core\Filesystem
Located at Core/src/Filesystem/ThumbnailGenerator.php

Methods summary

public boolean
# initialize( array $config )

Initialize filesystem adapter class.

Initialize filesystem adapter class.

Parameters

$config
Configuration.

Returns

boolean

Methods inherited from BEdita\Core\Filesystem\GeneratorInterface

delete(), exists(), generate(), getUrl()

Properties summary

protected array $_defaultConfig

Default configuration for adapter.

Default configuration for adapter.

# []
BEdita API doc | 4-cactus API documentation generated by ApiGen