eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Handler::__construct PHP Метод

__construct() публичный Метод

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