Autodoc
  • Namespace
  • Class
  • Tree

Namespaces

  • BlueTihi
    • Context
  • Brickrouge
    • Element
      • Nodes
    • Renderer
    • Widget
  • ICanBoogie
    • ActiveRecord
    • AutoConfig
    • CLDR
    • Composer
    • Core
    • Event
    • Exception
    • HTTP
      • Dispatcher
      • Request
    • I18n
      • Translator
    • Mailer
    • Modules
      • Taxonomy
        • Support
      • Thumbnailer
        • Versions
    • Object
    • Operation
      • Dispatcher
    • Prototype
    • Routes
    • Routing
      • Dispatcher
    • Session
  • Icybee
    • ActiveRecord
      • Model
    • ConfigOperation
    • Document
    • EditBlock
    • Element
      • ActionbarContextual
      • ActionbarSearch
      • ActionbarToolbar
    • FormBlock
    • Installer
    • ManageBlock
    • Modules
      • Articles
      • Cache
        • Collection
        • ManageBlock
      • Comments
        • ManageBlock
      • Contents
        • ManageBlock
      • Dashboard
      • Editor
        • Collection
      • Files
        • File
        • ManageBlock
      • Forms
        • Form
        • ManageBlock
      • I18n
      • Images
        • ManageBlock
      • Members
      • Modules
        • ManageBlock
      • Nodes
        • ManageBlock
        • Module
      • Pages
        • BreadcrumbElement
        • LanguagesElement
        • ManageBlock
        • NavigationBranchElement
        • NavigationElement
        • Page
        • PageController
      • Registry
      • Search
      • Seo
      • Sites
        • ManageBlock
      • Taxonomy
        • Terms
          • ManageBlock
        • Vocabulary
          • ManageBlock
      • Users
        • ManageBlock
        • NonceLogin
        • Roles
      • Views
        • ActiveRecordProvider
        • Collection
        • View
    • Operation
      • ActiveRecord
      • Constructor
      • Module
      • Widget
    • Rendering
  • None
  • Patron
  • PHP

Classes

  • AdjustImage
  • AdjustThumbnail
  • EditBlock
  • GalleryBlock
  • GalleryController
  • Hooks
  • Image
  • ImageUpload
  • ManageBlock
  • Model
  • Module
  • NodeRelation
  • PopImage
  • PopOrUploadImage
  • SaveOperation
  • Thumbnail
  • ThumbnailDecorator
  • ThumbnailOperation
  • UploadImage
  • UploadOperation

Class ThumbnailDecorator

Decorates a component with a thumbnail.

Brickrouge\Decorator implements Brickrouge\DecoratorInterface
Extended by Icybee\Modules\Images\ThumbnailDecorator
Namespace: Icybee\Modules\Images
Located at vendor/icanboogie-modules/images/lib/decorators/thumbnail.php

Methods summary

public
# __construct( mixed $component, Icybee\Modules\Images\Image $record, array $options = array() )

Initializes the Icybee\Modules\Images\ThumbnailDecorator::$record and Icybee\Modules\Images\ThumbnailDecorator::$options properties.

Initializes the Icybee\Modules\Images\ThumbnailDecorator::$record and Icybee\Modules\Images\ThumbnailDecorator::$options properties.

Parameters

$component
mixed
$component The component to decorate.
$record
Icybee\Modules\Images\Image
$record The source of the thumbnail.
$options
array
$options Options.

Overrides

Brickrouge\Decorator::__construct
public mixed
# render( )

Renders the component.

Renders the component.

Returns

mixed
The component supplied during Icybee\Modules\Images\ThumbnailDecorator::__construct() is returned as is.

Overrides

Brickrouge\Decorator::render

Methods inherited from Brickrouge\Decorator

__toString()

Magic methods summary

Properties summary

protected Icybee\Modules\Images\Image $record
#

The source of the thumbnail.

The source of the thumbnail.

protected array $options
#

The rendering options.

The rendering options.

Properties inherited from Brickrouge\Decorator

$component

Autodoc API documentation generated by ApiGen 2.8.0