Copied!

ViewMatcherRegistryInterface

ViewMatcherRegistryInterface.php : 13

Methods

publicgetMatcher()

ViewMatcherRegistryInterface.php : 17
public getMatcher(string $matcherIdentifier) : ViewMatcherInterface

Parameters

Name Type Default value Description
$matcherIdentifier string - -

Return values

ViewMatcherInterface

publichasMatcher()

ViewMatcherRegistryInterface.php : 19
public hasMatcher(string $matcherIdentifier) : bool

Parameters

Name Type Default value Description
$matcherIdentifier string - -

Return values

bool

publicsetMatcher()

ViewMatcherRegistryInterface.php : 15
public setMatcher(string $matcherIdentifier, ViewMatcherInterface $matcher) : void

Parameters

Name Type Default value Description
$matcherIdentifier string - -
$matcher ViewMatcherInterface - -