Overview

Namespaces

  • Charcoal
    • App
      • Action
      • Config
      • Handler
      • Middleware
      • Module
      • Route
      • Script
      • ServiceProvider
      • Template

Classes

  • AbstractHandler
  • Error
  • HandlerConfig
  • NotAllowed
  • NotFound
  • PhpError
  • Shutdown

Interfaces

  • HandlerInterface
  • Overview
  • Namespace
  • Class

Interface HandlerInterface

Request Handler

Direct known implementers

Charcoal\App\Handler\AbstractHandler

Indirect known implementers

Charcoal\App\Handler\Error, Charcoal\App\Handler\NotAllowed, Charcoal\App\Handler\NotFound, Charcoal\App\Handler\PhpError, Charcoal\App\Handler\Shutdown
Namespace: Charcoal\App\Handler
Located at Charcoal/App/Handler/HandlerInterface.php
Methods summary
public
# __construct( Pimple\Container $container )

Return a new HandlerInterface object.

Return a new HandlerInterface object.

Parameters

$container
A dependencies container instance.
public Charcoal\App\Handler\HandlerInterface
# init( )

Initialize the HandlerInterface object.

Initialize the HandlerInterface object.

Returns

Charcoal\App\Handler\HandlerInterface
Chainable
API documentation generated by ApiGen