Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Kraken
Channel
Router
RuleMatch
RuleNegate
PHP Class Kraken\Channel\Router\RuleMatch\RuleNegate
Mostra file
Open project: kraken-php/framework
Protected Properties
Property
Type
Description
$rule
callable
Public Methods
Method
Description
__construct
(
callable
$rule
)
__destruct
( )
__invoke
(
string
$name
,
Kraken\Channel\Protocol\ProtocolInterface
$protocol
) :
boolean
Method Details
__construct()
public
method
public
__construct
(
callable
$rule
)
$rule
callable
__destruct()
public
method
public
__destruct
( )
__invoke()
public
method
public
__invoke
(
string
$name
,
Kraken\Channel\Protocol\ProtocolInterface
$protocol
) :
boolean
$name
string
$protocol
Kraken\Channel\Protocol\ProtocolInterface
return
boolean
Property Details
$rule
protected_oe property
protected
callable
$rule
return
callable