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 GalleryController

Returns a decorated block.

The decorate_flags param is used to specify how the block is to be decorated. The following flags are defined:

  • Icybee\BlockController::DECORATE_WITH_BLOCK: Decorate the component with a BlockDecorator instance.
  • Icybee\BlockController::DECORATE_WITH_ADMIN: Decorate the component with a AdminDecorator instance.
  • Icybee\BlockController::DECORATE_WITH_DOCUMENT Decorate the component with a DocumentDecorator instance.
ICanBoogie\Routing\Controller
Extended by Icybee\BlockController
Extended by Icybee\Modules\Images\GalleryController
Namespace: Icybee\Modules\Images
Located at vendor/icanboogie-modules/images/lib/controllers/gallery.php

Methods summary

protected Icybee\BlockDecorator
# decorate_with_block( mixed $component )

Decorate a component with an instance of BlockDecorator.

Decorate a component with an instance of BlockDecorator.

Parameters

$component
mixed
$component

Returns

Icybee\BlockDecorator

Overrides

Icybee\BlockController::decorate_with_block

Methods inherited from Icybee\BlockController

__construct(), __invoke(), control(), control_permission(), decorate(), decorate_with_admin(), decorate_with_document(), get_component()

Magic methods summary

Constants summary

Constants inherited from Icybee\BlockController

DECORATE_WITH_ADMIN, DECORATE_WITH_BLOCK, DECORATE_WITH_DOCUMENT

Properties summary

Properties inherited from Icybee\BlockController

$block_name, $decorate_flags, $request

Properties inherited from ICanBoogie\Routing\Controller

$route

Autodoc API documentation generated by ApiGen 2.8.0