Pagekit\Routing\Request\ParamFetcherListener::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Pagekit\Routing\Request\ParamFetcherInterface $paramFetcher = null )
$paramFetcher Pagekit\Routing\Request\ParamFetcherInterface
    public function __construct(ParamFetcherInterface $paramFetcher = null)
    {
        $this->paramFetcher = $paramFetcher ?: new ParamFetcher();
    }