eZ\Publish\Core\REST\Server\Input\Parser\URLWildcardCreate::__construct PHP Method

__construct() public method

Construct.
public __construct ( ParserTools $parserTools )
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools
    public function __construct(ParserTools $parserTools)
    {
        $this->parserTools = $parserTools;
    }
URLWildcardCreate