Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Larabros
Elogram
Http
Middleware
CreateMiddlewareTrait
PHP Trait Larabros\Elogram\Http\Middleware\CreateMiddlewareTrait
See link:
https://github.com/larabros/elogram
Author:
Hassan Khan (
[email protected]
)
Show file
Open project: larabros/elogram
Public Methods
Method
Description
create
(
Noodlehaus\ConfigInterface
$config
) :
Closure
Factory method used to register this middleware on a handler stack.
Method Details
create()
public
static
method
Factory method used to register this middleware on a handler stack.
public
static
create
(
Noodlehaus\ConfigInterface
$config
) :
Closure
$config
Noodlehaus\ConfigInterface
return
Closure