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
WoohooLabs
Harmony
Condition
ExactPathCondition
PHP Class WoohooLabs\Harmony\Condition\ExactPathCondition
Inheritance:
implements
WoohooLabs\Harmony\Condition\ConditionInterface
Show file
Open project: woohoolabs/harmony
Protected Properties
Property
Type
Description
$paths
Public Methods
Method
Description
__construct
(
array
$paths
)
evaluate
(
Psr\Http\Message\ServerRequestInterface
$request
,
Psr\Http\Message\ResponseInterface
$response
) :
boolean
Method Details
__construct()
public
method
public
__construct
(
array
$paths
)
$paths
array
evaluate()
public
method
public
evaluate
(
Psr\Http\Message\ServerRequestInterface
$request
,
Psr\Http\Message\ResponseInterface
$response
) :
boolean
$request
Psr\Http\Message\ServerRequestInterface
$response
Psr\Http\Message\ResponseInterface
return
boolean
Property Details
$paths
protected property
protected
$paths