eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Handler::__construct PHP Method

__construct() public method

Creates a new UrlWildcard Handler.
public __construct ( Gateway $gateway, Mapper $mapper )
$gateway Gateway
$mapper Mapper
    public function __construct(Gateway $gateway, Mapper $mapper)
    {
        $this->gateway = $gateway;
        $this->mapper = $mapper;
    }