pock

PortMatcher
in package
implements RequestMatcherInterface

Class PortMatcher

Tags
category

PortMatcher

Interfaces, Classes, Traits and Enums

RequestMatcherInterface
Interface RequestMatcherInterface

Table of Contents

__construct()  : mixed
PortMatcher constructor.
matches()  : bool
Returns true if request is matched by this matcher.

Methods

__construct()

PortMatcher constructor.

public __construct(int $port) : mixed
Parameters
$port : int
Return values
mixed

matches()

Returns true if request is matched by this matcher.

public matches(RequestInterface $request) : bool
Parameters
$request : RequestInterface
Tags
inheritDoc
Return values
bool

Search results