PHP Class WoohooLabs\Harmony\Condition\ExactPathCondition

Inheritance: implements WoohooLabs\Harmony\Condition\ConditionInterface
Afficher le fichier Open project: woohoolabs/harmony

Protected Properties

Свойство Type Description
$paths

Méthodes publiques

Méthode Description
__construct ( array $paths )
evaluate ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response ) : boolean

Method Details

__construct() public méthode

public __construct ( array $paths )
$paths array

evaluate() public méthode

public evaluate ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response ) : boolean
$request Psr\Http\Message\ServerRequestInterface
$response Psr\Http\Message\ResponseInterface
Résultat boolean

Property Details

$paths protected_oe property

protected $paths