PHP Class App\Middleware\ABaseMiddleware

Show file Open project: andrey900/slimcms

Protected Properties

Property Type Description
$c

Public Methods

Method Description
__construct ( Slim\Container $c ) container
__invoke ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response, $next )

Method Details

__construct() public method

container
public __construct ( Slim\Container $c )
$c Slim\Container

__invoke() abstract public method

abstract public __invoke ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response, $next )
$request Psr\Http\Message\ServerRequestInterface
$response Psr\Http\Message\ResponseInterface

Property Details

$c protected property

protected $c