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

  • Controller
  • Dispatcher
  • Helpers
  • Pattern

Functions

  • contextualize
  • decontextualize

Class Controller

A route controller.

Direct known subclasses

Icybee\AdminIndexController, Icybee\BlockController, Icybee\ConfigController, Icybee\Installer\StepsController

Indirect known subclasses

Icybee\DeleteController, Icybee\EditController, Icybee\Modules\Dashboard\BlockController, Icybee\Modules\Images\GalleryController, Icybee\Modules\Modules\ManageController, Icybee\Modules\Users\ProfileController

Abstract
Namespace: ICanBoogie\Routing
Located at vendor/icanboogie/routing/lib/controller.php

Methods summary

public
# __construct( ICanBoogie\Route $route )

Initializes the ICanBoogie\Routing\Controller::$route property.

Initializes the ICanBoogie\Routing\Controller::$route property.

Parameters

$route
ICanBoogie\Route
$route The route to control.
abstract public ICanBoogie\HTTP\Response
# __invoke( ICanBoogie\HTTP\Request $request )

Controls the route and returns a response.

Controls the route and returns a response.

Parameters

$request
ICanBoogie\HTTP\Request
$request

Returns

ICanBoogie\HTTP\Response

Magic methods summary

Properties summary

protected ICanBoogie\Route $route
#

The route to control.

The route to control.

Autodoc API documentation generated by ApiGen 2.8.0