Pagekit\Routing\Request\ParamFetcherListener::__construct PHP 메소드

__construct() 공개 메소드

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();
    }