PHP Interface Pipe\Middleware

Show file Open project: chh/pipe

Protected Properties

Property Type Description
$app
$env
$log

Public Methods

Method Description
__construct ( Symfony\Component\HttpKernel\HttpKernelInterface $app, Environment $env, Psr\Log\LoggerInterface $log = null )
handle ( Request $request, $type = HttpFoundation::MASTER_REQUEST, $catch = true )

Method Details

__construct() public method

public __construct ( Symfony\Component\HttpKernel\HttpKernelInterface $app, Environment $env, Psr\Log\LoggerInterface $log = null )
$app Symfony\Component\HttpKernel\HttpKernelInterface
$env Environment
$log Psr\Log\LoggerInterface

handle() public method

public handle ( Request $request, $type = HttpFoundation::MASTER_REQUEST, $catch = true )
$request Symfony\Component\HttpFoundation\Request

Property Details

$app protected property

protected $app

$env protected property

protected $env

$log protected property

protected $log