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

  • Context

Class Context

The context of a request.

This is a general purpose container used to store the objects and variables related to a request.

ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
Extended by ICanBoogie\HTTP\Request\Context
Namespace: ICanBoogie\HTTP\Request
Located at vendor/icanboogie/http/lib/request.php

Methods summary

public
# __construct( ICanBoogie\HTTP\Request $request )

Constructor.

Constructor.

Parameters

$request
ICanBoogie\HTTP\Request
$request The request the context belongs to.
protected ICanBoogie\HTTP\Request
# get_request( )

Returns the $request property.

Returns the $request property.

Returns

ICanBoogie\HTTP\Request
protected
# set_dispatcher( ICanBoogie\HTTP\IDispatcher|null $dispatcher )

Sets the dispatcher currently dispatching the request.

Sets the dispatcher currently dispatching the request.

Parameters

$dispatcher
ICanBoogie\HTTP\IDispatcher|null
$dispatcher

Throws

InvalidArgumentException
if the value is not null and does not implements \ICanBoogie\HTTP\IDispatcher.
protected ICanBoogie\HTTP\IDispatcher
# get_dispatcher( )

Returns the $dispatcher property.

Returns the $dispatcher property.

Returns

ICanBoogie\HTTP\IDispatcher

Methods inherited from ICanBoogie\Object

from(), resolve_facade_properties(), resolve_private_properties(), to_array(), to_json()

Methods inherited from ICanBoogie\ToArrayRecursive

to_array_recursive()

Methods used from ICanBoogie\ToArrayRecursiveTrait

to_array_recursive()

Methods used from ICanBoogie\PrototypeTrait

__call(), __get(), __set(), __sleep(), __wakeup(), get_prototype(), has_method(), has_property(), last_chance_get(), last_chance_set()

Magic methods summary

Properties summary

Magic properties

public read-only ICanBoogie\HTTP\Request $request
#

The request associated with the context.

The request associated with the context.

public read-only ICanBoogie\HTTP\IDispatcher $dispatcher
#

The dispatcher currently dispatching the request.

The dispatcher currently dispatching the request.

Magic properties inherited from ICanBoogie\Object

$prototype

Autodoc API documentation generated by ApiGen 2.8.0