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

  • RescueEvent

Exceptions

  • Config

Class RescueEvent

Event class for the Exception:rescue event type.

Third parties may use this event to provide a response for the exception.

ICanBoogie\Event
Extended by ICanBoogie\Exception\RescueEvent

Direct known subclasses

ICanBoogie\Operation\RescueEvent, ICanBoogie\Routing\Dispatcher\RescueEvent

Namespace: ICanBoogie\Exception
Located at vendor/icanboogie/http/lib/dispatcher.php

Methods summary

public
# __construct( Exception & $target, ICanBoogie\HTTP\Request $request, array & $response )

The event is constructed with the type rescue.

The event is constructed with the type rescue.

Parameters

$target
Exception
$target
$request
array
$payload
$response
array
$payload Event payload.

Throws

PropertyIsReserved
in attempt to specify a reserved property with the payload.

Overrides

ICanBoogie\Event::__construct

Methods inherited from ICanBoogie\Event

__get(), chain(), stop()

Magic methods summary

Properties summary

public ICanBoogie\HTTP\Response $response
#

Reference to the response.

Reference to the response.

public Exception $exception
#

Reference tot the exception.

Reference tot the exception.

public ICanBoogie\HTTP\Request $request
#

The request.

The request.

Properties inherited from ICanBoogie\Event

$profiling

Magic properties inherited from ICanBoogie\Event

$stopped, $target, $used, $used_by

Autodoc API documentation generated by ApiGen 2.8.0