Neos\Flow\Mvc\Routing\Fixtures\MockRoutePartHandler::matchValue PHP Method

matchValue() protected method

protected matchValue ( $value )
    protected function matchValue($value)
    {
        $this->value = '_match_invoked_';
        return true;
    }
MockRoutePartHandler