PHP Class Modules\Core\Source\Libs\Middleware\ItemPerPageMiddleware

Inheritance: extends App\Middleware\ABaseMiddleware
Afficher le fichier Open project: andrey900/slimcms

Protected Properties

Свойство Type Description
$groupName
$req
$res
$variableName

Méthodes publiques

Méthode Description
__invoke ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response, $next )
setOption ( $value, RequestParams $allParams )

Méthodes protégées

Méthode Description
storeParams ( $value )

Method Details

__invoke() public méthode

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

setOption() public méthode

public setOption ( $value, RequestParams $allParams )
$allParams app\helpers\RequestParams

storeParams() protected méthode

protected storeParams ( $value )

Property Details

$groupName protected_oe property

protected $groupName

$req protected_oe property

protected $req

$res protected_oe property

protected $res

$variableName protected_oe property

protected $variableName