Arguments:77: * @param bool $options use_include_path
78: * @param mixed $opened_path not used
79: *
80: * @return bool
81: */
82: public function stream_open($path, $mode, $options, &$opened_path)
83: {
84: $this->localPath = $this->translate($path);
85: $this->fp = fopen($this->localPath, $mode, $options);
86: return $this->fp !== FALSE;
87: }
88:
89: /**
90: * Closes an open file pointer
91: *
string(0) ""string(2) "rb"integer 0
Arguments:110: *
111: * @param string $filename the filename
112: * @param boolean $useIncludePath use internal include path
113: *
114: * @return string
115: */
116: public function fileGetContents($filename, $useIncludePath = FALSE)
117: {
118: return file_get_contents($filename, $useIncludePath);
119: }
120:
121: /**
122: * wrapper function for file_get_contents
123: *
124: * @param string $filename the filename
string(30) "webtemplate://webtemplate.html"bool FALSE
Arguments:101:
102: $wingFormHandlers = $this->getRequestedWingFormHandlers($mapping);
103: $inredFormHandler = $this->getRequestedInredFormHandler($mapping);
104: $templateFileName = $inredFormHandler ? self::CLEAN_TEMPLATE : $templateNode->getAttribute('src');
105:
106: try
107: {
108: $content = new RsDomDocument();
109: $content->loadXML($this->fileWrapper->fileGetContents($templateFileName));
110: $content->registerNamespace('html', 'http://www.w3.org/1999/xhtml');
111: }
112: catch (RsDomException)
113: {
114: throw new CoreHandlerException('File not found or parse error in "' . $templateFileName . '"', CoreHandlerException::TEMPLATE_LOAD_ERROR);
115: }
string(30) "webtemplate://webtemplate.html"Arguments:111: $response->setLoadNewMapping(FALSE);
112: $this->execute($request->getCopy('/login-error'), $response, $dispatcher);
113: return;
114: }
115: $this->addWebTracking($mapping, $request, $response);
116: if ($handlerType != 'null')
117: {
118: $coreHandler = $this->factory->getInstanceFor($handlerType . 'Handler');
119: $coreHandler->execute($mapping, $request, $response);
120: }
121: if ($actionType != 'null')
122: {
123: $coreAction = $this->factory->getInstanceFor($actionType . 'Action');
124: $coreAction->execute($mapping, $response);
125: }
object WASABI\Core\Xml\RsDomDocument(1) {
private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
}
}object WASABI\Core\Request\Request(16) {
private data => array(6) (
"get" => object WASABI\Core\Request\RequestGet(2) {
protected data => array(1) (
"term" => string(8) "rnms3000"
)
private staticUrlParams => array(0)
}
"post" => object WASABI\Core\Request\RequestPost(1) {
protected data => array(0)
}
"cookie" => object WASABI\Core\Request\RequestCookie(1) {
protected data => array(1) (
"rsWebFrontend" => string(32) "c1327db64bfbb6e0e0f2bf81b9f55ab6"
)
}
"files" => object WASABI\Core\Request\RequestFiles(1) {
protected data => array(0)
}
"server" => object WASABI\Core\Request\RequestServer(1) {
protected data => array(46) (
"USER" => string(6) "apache"
"HOME" => string(16) "/usr/share/httpd"
"SCRIPT_NAME" => string(10) "/index.php"
"REQUEST_URI" => string(57) "/br/pesquisar/centro-de-download_63448.html?term=rnms3000"
"QUERY_STRING" => string(13) "term=rnms3000"
"REQUEST_METHOD" => string(3) "GET"
"SERVER_PROTOCOL" => string(8) "HTTP/1.1"
"GATEWAY_INTERFACE" => string(7) "CGI/1.1"
"REMOTE_PORT" => string(5) "49361"
"SCRIPT_FILENAME" => string(22) "/srv/www/com/index.php"
"SERVER_ADMIN" => string(32) "it-servicedesk@rohde-schwarz.com"
"CONTEXT_DOCUMENT_ROOT" => string(12) "/srv/www/com"
"CONTEXT_PREFIX" => string(0) ""
"REQUEST_SCHEME" => string(4) "http"
"DOCUMENT_ROOT" => string(12) "/srv/www/com"
"REMOTE_ADDR" => string(12) "172.21.148.4"
"SERVER_PORT" => string(2) "80"
"SERVER_ADDR" => string(13) "172.21.148.70"
"SERVER_NAME" => string(21) "www.rohde-schwarz.com"
"SERVER_SOFTWARE" => string(6) "Apache"
"SERVER_SIGNATURE" => string(0) ""
"PATH" => string(49) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
"HTTP_CONNECTION" => string(10) "Keep-Alive"
"HTTP_COOKIE" => string(46) "rsWebFrontend=c1327db64bfbb6e0e0f2bf81b9f55ab6"
"HTTP_X_FORWARDED_FOR" => string(14) "216.73.216.161"
"HTTP_RUSGEOLOCATION" => string(4) "VVMs"
"HTTP_ACCEPT_ENCODING" => string(23) "gzip, br, zstd, deflate"
"HTTP_USER_AGENT" => string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
"HTTP_ACCEPT" => string(3) "*/*"
"HTTP_HOST" => string(21) "www.rohde-schwarz.com"
"RS_DEBUG_MODE" => string(5) "false"
"RS_CONFIG" => string(4) "prod"
"RS_COM_HTTP_HOST" => string(21) "www.rohde-schwarz.com"
"SCRIPT_URI" => string(71) "http://www.rohde-schwarz.com/br/pesquisar/centro-de-download_63448.html"
"SCRIPT_URL" => string(43) "/br/pesquisar/centro-de-download_63448.html"
"UNIQUE_ID" => string(27) "aYQNA6CcipgYlfquIucBTwAAAIc"
"RS_SITE_CDN" => string(29) "https://cdn.rohde-schwarz.com"
"RS_COUNTRY_CODE" => string(1) "/"
"RS_SITE_PROTOCOL" => string(5) "https"
"RS_SITE" => string(3) "com"
"proxy" => string(1) "1"
"FCGI_ROLE" => string(9) "RESPONDER"
"PHP_SELF" => string(10) "/index.php"
"REQUEST_TIME_FLOAT" => float 1770261763.8545
"REQUEST_TIME" => integer 1770261763
"HTTPS" => string(2) "on"
)
}
"env" => object WASABI\Core\Request\RequestEnv(1) {
protected data => array(1) (
"RS_DEBUG_MODE" => bool TRUE
)
}
)
private locale => object WASABI\Core\System\Locale(3) {
private language => string(5) "pt-br"
private subSite => string(2) "br"
private subSiteConfig => array(48) (
"com" => string(2) "en"
"in" => string(2) "en"
"uk" => string(2) "en"
"us" => string(2) "en"
"au" => string(2) "en"
"ca" => string(2) "en"
"ca-fr" => string(2) "fr"
"sg" => string(2) "en"
"my" => string(2) "en"
"no" => string(2) "en"
"mea" => string(2) "en"
"ph" => string(2) "en"
"th" => string(2) "en"
"ae" => string(2) "en"
"cz" => string(2) "en"
"fi" => string(2) "en"
"id" => string(2) "en"
"pk" => string(2) "en"
"se" => string(2) "en"
"vn" => string(2) "en"
"dk" => string(2) "en"
"gr" => string(2) "en"
"hu" => string(2) "en"
"lv" => string(2) "en"
"lt" => string(2) "en"
"nl" => string(2) "en"
"pl" => string(2) "en"
"pt" => string(2) "en"
"tr" => string(2) "en"
"sa" => string(2) "en"
"de" => string(2) "de"
"at" => string(2) "de"
"fr" => string(2) "fr"
"br" => string(5) "pt-br"
"lat" => string(6) "es-lat"
"es" => string(2) "es"
"it" => string(2) "it"
"ch" => string(2) "de"
"ch-en" => string(2) "en"
"ch-fr" => string(2) "fr"
"kr" => string(2) "ko"
"jp" => string(2) "ja"
"cac" => string(2) "ru"
"cac-en" => string(2) "en"
"tw" => string(2) "en"
"il" => string(2) "en"
"cn-en" => string(2) "en"
"ua" => string(2) "en"
)
}
private urlEncoder => object WASABI\Core\System\UrlEncoder(0) {
}
private defaultSubSite => string(3) "com"
private requestURI => string(43) "/br/pesquisar/centro-de-download_63448.html"
private urlParts => array(3) (
0 => string(2) "br"
1 => string(9) "pesquisar"
2 => string(29) "centro-de-download_63448.html"
)
private cleanURI => string(40) "/pesquisar/centro-de-download_63448.html"
private cleanUrlParts => array(2) (
0 => string(9) "pesquisar"
1 => string(29) "centro-de-download_63448.html"
)
private noShortUrl => array(4) (
0 => string(6) "driver"
1 => string(7) "drivers"
2 => string(8) "firmware"
3 => string(8) "software"
)
private reference => NULL
private product => string(0) ""
private productCode => string(0) ""
private geolocationRedirect => bool TRUE
private rawUrlQuery => string(13) "term=rnms3000"
private userGeolocation => string(2) "us"
private isPreview => bool FALSE
}object WASABI\Core\System\Response(6) {
private body => NULL
private headers => array(2) (
"x-rs-location-server" => string(9) "www-co178"
"Link" => array(12) (
0 => string(106) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/js/vendor/require-2.3.5.min.js>; rel=preload; as=script;"
1 => string(90) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/js/main.min.js>; rel=preload; as=script;"
2 => string(108) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/js/vendor/lazysizes-5.2.0.min.js>; rel=preload; as=script;"
3 => string(113) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/js/vendor/webfontloader-1.6.28.min.js>; rel=preload; as=script;"
4 => string(112) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/js/vendor/modernizr-custom.6116ab.js>; rel=preload; as=script;"
5 => string(110) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/fonts/LinotypeUnivers-330Light.woff2>; rel=preload; as=font;"
6 => string(107) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/fonts/LinotypeUnivers-420Cn.woff2>; rel=preload; as=font;"
7 => string(101) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/fonts/RSI-Icons-woff2.woff2>; rel=preload; as=font;"
8 => string(111) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/fonts/LinotypeUnivers-620CnBold.woff2>; rel=preload; as=font;"
9 => string(109) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/fonts/LinotypeUnivers-630Bold.woff2>; rel=preload; as=font;"
10 => string(92) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/css/style.min.css>; rel=preload; as=style;"
11 => string(92) "<https://cdn.rohde-schwarz.com/techfiles/f9208933/css/fonts.min.css>; rel=preload; as=style;"
)
)
private slots => array(16) (
"login" => array(1) (
"data" => array(5) (
"activeSession" => bool FALSE
"href" => string(1) "#"
"text" => string(15) "Customer portal"
"id" => string(2) "-1"
"children" => array(3) (
0 => array(3) (
...
)
1 => array(3) (
...
)
2 => array(3) (
...
)
)
)
)
"CountrySwitch" => array(49) (
"com" => string(66) "/search/download-center_63448.html?term=rnms3000&change_c=true"
"in" => string(69) "/in/search/download-center_63448.html?term=rnms3000&change_c=true"
"uk" => string(69) "/uk/search/download-center_63448.html?term=rnms3000&change_c=true"
"us" => string(69) "/us/search/download-center_63448.html?term=rnms3000&change_c=true"
"au" => string(69) "/au/search/download-center_63448.html?term=rnms3000&change_c=true"
"ca" => string(69) "/ca/search/download-center_63448.html?term=rnms3000&change_c=true"
"ca-fr" => string(84) "/ca-fr/recherche/centre-de-telechargement_63448.html?term=rnms3000&change_c=true"
"sg" => string(69) "/sg/search/download-center_63448.html?term=rnms3000&change_c=true"
"my" => string(69) "/my/search/download-center_63448.html?term=rnms3000&change_c=true"
"no" => string(69) "/no/search/download-center_63448.html?term=rnms3000&change_c=true"
"mea" => string(70) "/mea/search/download-center_63448.html?term=rnms3000&change_c=true"
"ph" => string(69) "/ph/search/download-center_63448.html?term=rnms3000&change_c=true"
"th" => string(69) "/th/search/download-center_63448.html?term=rnms3000&change_c=true"
"ae" => string(69) "/ae/search/download-center_63448.html?term=rnms3000&change_c=true"
"cz" => string(69) "/cz/search/download-center_63448.html?term=rnms3000&change_c=true"
"fi" => string(69) "/fi/search/download-center_63448.html?term=rnms3000&change_c=true"
"id" => string(69) "/id/search/download-center_63448.html?term=rnms3000&change_c=true"
"pk" => string(69) "/pk/search/download-center_63448.html?term=rnms3000&change_c=true"
"se" => string(69) "/se/search/download-center_63448.html?term=rnms3000&change_c=true"
"vn" => string(69) "/vn/search/download-center_63448.html?term=rnms3000&change_c=true"
"dk" => string(69) "/dk/search/download-center_63448.html?term=rnms3000&change_c=true"
"gr" => string(69) "/gr/search/download-center_63448.html?term=rnms3000&change_c=true"
"hu" => string(69) "/hu/search/download-center_63448.html?term=rnms3000&change_c=true"
"lv" => string(69) "/lv/search/download-center_63448.html?term=rnms3000&change_c=true"
"lt" => string(69) "/lt/search/download-center_63448.html?term=rnms3000&change_c=true"
"nl" => string(69) "/nl/search/download-center_63448.html?term=rnms3000&change_c=true"
"pl" => string(69) "/pl/search/download-center_63448.html?term=rnms3000&change_c=true"
"pt" => string(69) "/pt/search/download-center_63448.html?term=rnms3000&change_c=true"
"tr" => string(69) "/tr/search/download-center_63448.html?term=rnms3000&change_c=true"
"sa" => string(69) "/sa/search/download-center_63448.html?term=rnms3000&change_c=true"
"de" => string(68) "/de/suche/download-center_63448.html?term=rnms3000&change_c=true"
"at" => string(68) "/at/suche/download-center_63448.html?term=rnms3000&change_c=true"
"fr" => string(81) "/fr/recherche/centre-de-telechargement_63448.html?term=rnms3000&change_c=true"
"br" => string(75) "/br/pesquisar/centro-de-download_63448.html?term=rnms3000&change_c=true"
"lat" => string(76) "/lat/busqueda/centro-de-descargas_63448.html?term=rnms3000&change_c=true"
"es" => string(75) "/es/busqueda/centro-de-descargas_63448.html?term=rnms3000&change_c=true"
"it" => string(70) "/it/ricerca/centro-download_63448.html?term=rnms3000&change_c=true"
"ch" => string(68) "/ch/suche/download-center_63448.html?term=rnms3000&change_c=true"
"ch-en" => string(72) "/ch-en/search/download-center_63448.html?term=rnms3000&change_c=true"
"ch-fr" => string(84) "/ch-fr/recherche/centre-de-telechargement_63448.html?term=rnms3000&change_c=true"
"kr" => string(69) "/kr/search/download-center_63448.html?term=rnms3000&change_c=true"
"jp" => string(69) "/jp/search/download-center_63448.html?term=rnms3000&change_c=true"
"cac" => string(70) "/cac/search/download-center_63448.html?term=rnms3000&change_c=true"
"cac-en" => string(73) "/cac-en/search/download-center_63448.html?term=rnms3000&change_c=true"
"tw" => string(69) "/tw/search/download-center_63448.html?term=rnms3000&change_c=true"
"il" => string(69) "/il/search/download-center_63448.html?term=rnms3000&change_c=true"
"cn-en" => string(72) "/cn-en/search/download-center_63448.html?term=rnms3000&change_c=true"
"ua" => string(69) "/ua/search/download-center_63448.html?term=rnms3000&change_c=true"
"cn" => string(62) "https://www.rohde-schwarz.com.cn/home_48230.html?change_c=true"
)
"shoppingCartNavigation" => array(2) (
"shop" => array(2) (
"active" => bool FALSE
"getQtyUrl" => string(31) "/br/rest/getshoppingcartcountv2"
)
"searchUrl" => string(42) "{{subSite}}/pesquisar/pesquisar_63238.html"
)
"headerFooterData" => array(5) (
"header" => array(1) (
0 => array(8) (
"tt_contactLink" => array(10) (
...
)
"tt_hideLogo" => bool FALSE
"tt_identifier" => string(31) "Fallback Global Header - Global"
"tt_link" => array(10) (
...
)
"tt_logo" => array(6) (
...
)
"tt_logoSmall" => array(6) (
...
)
"tt_showContactLink" => bool TRUE
"tt_visibilityPermissions" => array(2) (
...
)
)
)
"footer" => array(1) (
0 => array(8) (
"tt_contentFirstColumn" => string(481) "A Rohde & Schwarz está se esforçando para tornar o mundo um lugar mais seguro e conectado com suas soluções de ponta. Comprometida com a inovação há mais de 90 anos, o grupo de tecnologia independente atua a longo prazo e de forma sustentável, o que o torna um parceiro confiável para seus clientes da indústria e do governo em todo o mundo. Presente no Brasil desde 1999, a Rohde & Schwarz representa qualidade, precisão e inovação em todos os segmentos em que atua.
"
"tt_contentSecondColumn" => string(117) "<p>Av. Magalhães de Castro, 4800 </p><p>Continental Tower</p><p>17º andar, cj 171 </p><p>São Paulo, SP, Brasil</p>"
"tt_contentThirdColumn" => string(167) "<p>+55 11 2246-0090</p><p><a href="mailto:Latinoamerica@rohde-schwarz.com" title="latinoamerica@rohde-schwarz.com" class="link">latinoamerica@rohde-schwarz.com</a></p>"
"tt_headlineFirstColumn" => string(31) "Rohde & Schwarz do Brasil Ltda."
"tt_headlineSecondColumn" => string(9) "Endereço"
"tt_headlineThirdColumn" => string(8) "Contato "
"tt_identifier" => string(21) "Local Footer - Brasil"
"tt_visibilityPermissions" => array(2) (
...
)
)
)
"footerLinks" => array(6) (
0 => array(3) (
"tt_identifier" => string(6) "Cookie"
"tt_link" => array(10) (
...
)
"tt_visibilityPermissions" => array(2) (
...
)
)
1 => array(3) (
"tt_identifier" => string(7) "Imprint"
"tt_link" => array(10) (
...
)
"tt_visibilityPermissions" => array(2) (
...
)
)
2 => array(3) (
"tt_identifier" => string(20) "Statement of privacy"
"tt_link" => array(10) (
...
)
"tt_visibilityPermissions" => array(2) (
...
)
)
3 => array(3) (
"tt_identifier" => string(18) "Terms & conditions"
"tt_link" => array(10) (
...
)
"tt_visibilityPermissions" => array(2) (
...
)
)
4 => array(3) (
"tt_identifier" => string(13) "Jobs & Career"
"tt_link" => array(10) (
...
)
"tt_visibilityPermissions" => array(2) (
...
)
)
5 => array(3) (
"tt_identifier" => string(12) "Terms of use"
"tt_link" => array(10) (
...
)
"tt_visibilityPermissions" => array(2) (
...
)
)
)
"socialMedia" => array(5) (
0 => array(8) (
"tt_account" => NULL
"tt_alias" => string(8) "facebook"
"tt_identifier" => string(31) "Facebook - without CN - JP diff"
"tt_target" => string(20) "Open in a new window"
"tt_title" => NULL
"tt_type" => string(8) "informed"
"tt_url" => string(40) "https://www.facebook.com/RohdeAndSchwarz"
"tt_visibilityPermissions" => array(2) (
...
)
)
1 => array(8) (
"tt_account" => NULL
"tt_alias" => string(7) "youtube"
"tt_identifier" => string(33) "YouTube - International - JP diff"
"tt_target" => string(20) "Open in a new window"
"tt_title" => NULL
"tt_type" => string(8) "informed"
"tt_url" => string(45) "https://www.youtube.com/user/RohdeundSchwarz "
"tt_visibilityPermissions" => array(2) (
...
)
)
2 => array(8) (
"tt_account" => NULL
"tt_alias" => string(4) "feed"
"tt_identifier" => string(25) "RSS Feeds - International"
"tt_target" => string(20) "Open in a new window"
"tt_title" => NULL
"tt_type" => string(8) "informed"
"tt_url" => string(68) "https://www.rohde-schwarz.com/about/news-press/newsfeeds_229364.html"
"tt_visibilityPermissions" => array(2) (
...
)
)
3 => array(8) (
"tt_account" => NULL
"tt_alias" => string(8) "LinkedIn"
"tt_identifier" => string(24) "LinkedIn - International"
"tt_target" => string(20) "Open in a new window"
"tt_title" => NULL
"tt_type" => string(8) "informed"
"tt_url" => string(48) "https://www.linkedin.com/company/rohde-&-schwarz"
"tt_visibilityPermissions" => array(2) (
...
)
)
4 => array(8) (
"tt_account" => NULL
"tt_alias" => string(9) "instagram"
"tt_identifier" => string(25) "Instagram - International"
"tt_target" => string(20) "Open in a new window"
"tt_title" => string(9) "Instagram"
"tt_type" => string(8) "informed"
"tt_url" => string(42) "https://www.instagram.com/rohdeandschwarz/"
"tt_visibilityPermissions" => array(2) (
...
)
)
)
"shopData" => array(2) (
"shop" => array(2) (
"active" => bool FALSE
"getQtyUrl" => string(31) "/br/rest/getshoppingcartcountv2"
)
"searchUrl" => string(42) "{{subSite}}/pesquisar/pesquisar_63238.html"
)
)
"search" => array(12) (
"result" => object WASABI\Core\Functionality\ElasticSearch\ElasticSearchResult(8) {
private documents => array(1) (
0 => object WASABI\Core\Functionality\ElasticSearch\ElasticSearchDocument(106) {
public id => string(36) "1eb6e046-c4b4-461b-b490-1ab7a5ba1835"
public originID => NULL
public docSummary => string(422) "R&S®<em>RNMS3000</em> Radio Network Management System - Product Brochure
The R&S®<em>RNMS3000</em> software supports the centralized network management, where one central organizational unit performs the complete mission planning, as well as the decentralized management, where the various configuration steps are accomplished on different military hierarchical levels.
Brochures and Data Sheets
Product brochure"
public body => NULL
public city => NULL
public contentType => NULL
public country => NULL
public displayCountry => NULL
public downloadCategory => NULL
public downloadDescriptionCdata => NULL
public downloadFile => NULL
public downloadFilesize => string(4) "7 MB"
public downloadKeyword => NULL
public downloadLanguage => NULL
public downloadMetaOutput => array(1) (
...
)
public downloadType => NULL
public downloadVersion => string(5) "02.00"
public elementDate => NULL
public elementStart => NULL
public elementStop => NULL
public facet_ApplicationType => NULL
public facet_city => NULL
public facet_CommonLibraryType => NULL
public facet_ContentType => NULL
public facet_DownloadType => NULL
public facet_ext_ApplicationType => NULL
public facet_ManualType => NULL
public facet_NewspressGroup => NULL
public facet_TradeShowTopic => NULL
public flags => NULL
public xml_unique_id => NULL
public imageHeight => NULL
public imagePath => NULL
public imageWidth => NULL
public datelastmodified => NULL
public lightbox => NULL
public linkTitle => NULL
public location => NULL
public metaDescription => string(72) "R&S RNMS3000 Radio Network Management System Software - Product Brochure"
public newspressCategorySort => NULL
public newspressTeasertext => NULL
public openNewWindow => NULL
public period => NULL
public photoYear => NULL
public relatedDownloads => NULL
public shortDescription => NULL
public sponsoredFlag => NULL
public sponsoredType => NULL
public title => string(64) "R&S®RNMS3000 Radio Network Management System - Product Brochure"
public titleSort => NULL
public subtitle => NULL
public tradeLogo => NULL
public tradeShowInternalSite => NULL
public tradeShowLink => NULL
public tradeShowTitle => NULL
public TradeShowTopicSort => NULL
public url => string(141) "https://scdn.rohde-schwarz.com/ur/pws/dl_downloads/dl_common_library/dl_brochures_and_datasheets/pdf_1/RNMS3000_bro_en_5213-9640-12_v0200.pdf"
public videoTeasertext => NULL
public facet_field_of_work => NULL
public facet_job_fits_for => NULL
public facet_level_of_employment => NULL
public jobId => NULL
public linkedInUrl => NULL
public xingUrl => NULL
public email => NULL
public position => NULL
public questionsAnswers => NULL
public companies => NULL
public key => NULL
public assetID => NULL
public facet_downloadCenter => NULL
public downloadMainType => string(19) "product_information"
public downloadSubType => string(9) "brochures"
public ioi => NULL
public facet_DataLanguage => NULL
public isPremiumDownload => NULL
public teaserText => NULL
public teaserHeadline => NULL
public magazineCategoryColor => NULL
public facet_magazineCategory => NULL
public facet_magazineTopic => NULL
public facet_isArchived => NULL
public hotNews => NULL
public elementSortDate => NULL
public lastModifiedDate => NULL
public contactId => NULL
public articleYear => NULL
public pageType => NULL
public imageNewsTeaser => NULL
public imageNewsTeaserHighlight => NULL
public newsType => NULL
public language => string(2) "en"
public lastReleasedDate => NULL
public urlLocales => NULL
public titleLocales => NULL
public descriptionLocales => NULL
public assetSubType => NULL
public containerGuid => NULL
public publishingDate => string(25) "2016-05-24T12:09:19+00:00"
public availableAwsRegions => NULL
public headline => NULL
public facet_sourceFolder => NULL
public timeStart => NULL
public timeEnd => NULL
private locale => string(5) "pt_BR"
private docLanguage => string(5) "pt-br"
}
)
private facets => array(3) (
"language" => array(1) (
...
)
"productFamiliesName" => array(2) (
...
)
"downloadSubType" => array(1) (
...
)
)
private refinedValues => array(0)
private error => integer 0
private didYouMean => array(0)
private sponsoredLinks => NULL
private totalHits => integer 1
private errorMsg => string(0) ""
}
"searchUri" => string(51) "{{subSite}}/pesquisar/centro-de-download_63448.html"
"searchTerm" => string(8) "rnms3000"
"filter" => array(0)
"product" => array(0)
"languages" => array(2) (
0 => string(5) "pt-br"
1 => string(2) "en"
)
"languagesFacet" => array(2) (
0 => object stdClass(2) {
public value => string(2) "en"
public count => integer 1
}
1 => object stdClass(2) {
public value => string(5) "pt-br"
public count => integer 0
}
)
"sort" => string(9) "relevance"
"forwardMapping" => array(3) (
"technical_documentation" => array(9) (
0 => object stdClass(2) {
public value => string(17) "application_notes"
public count => integer 0
}
1 => object stdClass(2) {
public value => string(18) "ebooks_and_eguides"
public count => integer 0
}
2 => object stdClass(2) {
public value => string(20) "technology_brochures"
public count => integer 0
}
3 => object stdClass(2) {
public value => string(9) "use_cases"
public count => integer 0
}
4 => object stdClass(2) {
public value => string(11) "whitepapers"
public count => integer 0
}
5 => object stdClass(2) {
public value => string(15) "getting_started"
public count => integer 0
}
6 => object stdClass(2) {
public value => string(11) "user_guides"
public count => integer 0
}
7 => object stdClass(2) {
public value => string(14) "service_guides"
public count => integer 0
}
8 => object stdClass(2) {
public value => string(6) "others"
public count => integer 0
}
)
"firmware_software" => array(3) (
0 => object stdClass(2) {
public value => string(8) "firmware"
public count => integer 0
}
1 => object stdClass(2) {
public value => string(8) "software"
public count => integer 0
}
2 => object stdClass(2) {
public value => string(7) "drivers"
public count => integer 0
}
)
"product_information" => array(9) (
0 => object stdClass(2) {
public value => string(9) "brochures"
public count => integer 1
}
1 => object stdClass(2) {
public value => string(23) "conformity_declarations"
public count => integer 0
}
2 => object stdClass(2) {
public value => string(10) "catalogues"
public count => integer 0
}
3 => object stdClass(2) {
public value => string(17) "comparison_sheets"
public count => integer 0
}
4 => object stdClass(2) {
public value => string(25) "datasheets_specifications"
public count => integer 0
}
5 => object stdClass(2) {
public value => string(11) "fact_sheets"
public count => integer 0
}
6 => object stdClass(2) {
public value => string(5) "flyer"
public count => integer 0
}
7 => object stdClass(2) {
public value => string(13) "option_sheets"
public count => integer 0
}
8 => object stdClass(2) {
public value => string(6) "poster"
public count => integer 0
}
)
)
"languageGca" => array(14) (
"de" => array(11) (
"de" => string(7) "Deutsch"
"en" => string(6) "German"
"es" => string(6) "German"
"es-lat" => string(6) "German"
"fr" => string(6) "German"
"it" => string(6) "German"
"ja" => string(6) "German"
"ko" => string(6) "German"
"pt-br" => string(6) "German"
"ru" => string(6) "German"
"zh" => string(6) "German"
)
"en" => array(11) (
"de" => string(8) "Englisch"
"en" => string(7) "English"
"es" => string(7) "English"
"es-lat" => string(7) "English"
"fr" => string(7) "English"
"it" => string(7) "English"
"ja" => string(7) "English"
"ko" => string(7) "English"
"pt-br" => string(7) "English"
"ru" => string(7) "English"
"zh" => string(7) "English"
)
"es" => array(11) (
"de" => string(8) "Spanisch"
"en" => string(7) "Spanish"
"es" => string(7) "Spanish"
"es-lat" => string(7) "Spanish"
"fr" => string(7) "Spanish"
"it" => string(7) "Spanish"
"ja" => string(7) "Spanish"
"ko" => string(7) "Spanish"
"pt-br" => string(7) "Spanish"
"ru" => string(7) "Spanish"
"zh" => string(7) "Spanish"
)
"es-lat" => array(11) (
"de" => string(22) "Spanisch Lateinamerika"
"en" => string(21) "Spanish Latin America"
"es" => string(21) "Spanish Latin America"
"es-lat" => string(21) "Spanish Latin America"
"fr" => string(21) "Spanish Latin America"
"it" => string(21) "Spanish Latin America"
"ja" => string(21) "Spanish Latin America"
"ko" => string(21) "Spanish Latin America"
"pt-br" => string(21) "Spanish Latin America"
"ru" => string(21) "Spanish Latin America"
"zh" => string(21) "Spanish Latin America"
)
"fr" => array(11) (
"de" => string(12) "Französisch"
"en" => string(6) "French"
"es" => string(6) "French"
"es-lat" => string(6) "French"
"fr" => string(6) "French"
"it" => string(6) "French"
"ja" => string(6) "French"
"ko" => string(6) "French"
"pt-br" => string(6) "French"
"ru" => string(6) "French"
"zh" => string(6) "French"
)
"it" => array(11) (
"de" => string(11) "Italienisch"
"en" => string(7) "Italian"
"es" => string(7) "Italian"
"es-lat" => string(7) "Italian"
"fr" => string(7) "Italian"
"it" => string(7) "Italian"
"ja" => string(7) "Italian"
"ko" => string(7) "Italian"
"pt-br" => string(7) "Italian"
"ru" => string(7) "Italian"
"zh" => string(7) "Italian"
)
"ja" => array(11) (
"de" => string(9) "Japanisch"
"en" => string(8) "Japanese"
"es" => string(8) "Japanese"
"es-lat" => string(8) "Japanese"
"fr" => string(8) "Japanese"
"it" => string(8) "Japanese"
"ja" => string(8) "Japanese"
"ko" => string(8) "Japanese"
"pt-br" => string(8) "Japanese"
"ru" => string(8) "Japanese"
"zh" => string(8) "Japanese"
)
"ko" => array(11) (
"de" => string(10) "Koreanisch"
"en" => string(6) "Korean"
"es" => string(6) "Korean"
"es-lat" => string(6) "Korean"
"fr" => string(6) "Korean"
"it" => string(6) "Korean"
"ja" => string(6) "Korean"
"ko" => string(6) "Korean"
"pt-br" => string(6) "Korean"
"ru" => string(6) "Korean"
"zh" => string(6) "Korean"
)
"pt-br" => array(11) (
"de" => string(22) "Portugisisch Brasilien"
"en" => string(17) "Portuguese Brasil"
"es" => string(17) "Portuguese Brasil"
"es-lat" => string(17) "Portuguese Brasil"
"fr" => string(17) "Portuguese Brasil"
"it" => string(17) "Portuguese Brasil"
"ja" => string(17) "Portuguese Brasil"
"ko" => string(17) "Portuguese Brasil"
"pt-br" => string(17) "Portuguese Brasil"
"ru" => string(17) "Portuguese Brasil"
"zh" => string(17) "Portuguese Brasil"
)
"pt" => array(11) (
"de" => string(12) "Portugisisch"
"en" => string(10) "Portuguese"
"es" => string(10) "Portuguese"
"es-lat" => string(10) "Portuguese"
"fr" => string(10) "Portuguese"
"it" => string(10) "Portuguese"
"ja" => string(10) "Portuguese"
"ko" => string(10) "Portuguese"
"pt-br" => string(10) "Portuguese"
"ru" => string(10) "Portuguese"
"zh" => string(10) "Portuguese"
)
"ru" => array(11) (
"de" => string(8) "Russisch"
"en" => string(7) "Russian"
"es" => string(7) "Russian"
"es-lat" => string(7) "Russian"
"fr" => string(7) "Russian"
"it" => string(7) "Russian"
"ja" => string(7) "Russian"
"ko" => string(7) "Russian"
"pt-br" => string(7) "Russian"
"ru" => string(7) "Russian"
"zh" => string(7) "Russian"
)
"zh" => array(11) (
"de" => string(24) "Chinesisch (vereinfacht)"
"en" => string(18) "Simplified Chinese"
"es" => string(18) "Simplified Chinese"
"es-lat" => string(18) "Simplified Chinese"
"fr" => string(18) "Simplified Chinese"
"it" => string(18) "Simplified Chinese"
"ja" => string(18) "Simplified Chinese"
"ko" => string(18) "Simplified Chinese"
"pt-br" => string(18) "Simplified Chinese"
"ru" => string(18) "Simplified Chinese"
"zh" => string(18) "Simplified Chinese"
)
"zh-cn" => array(11) (
"de" => string(24) "Chinesisch (vereinfacht)"
"en" => string(18) "Simplified Chinese"
"es" => string(18) "Simplified Chinese"
"es-lat" => string(18) "Simplified Chinese"
"fr" => string(18) "Simplified Chinese"
"it" => string(18) "Simplified Chinese"
"ja" => string(18) "Simplified Chinese"
"ko" => string(18) "Simplified Chinese"
"pt-br" => string(18) "Simplified Chinese"
"ru" => string(18) "Simplified Chinese"
"zh" => string(18) "Simplified Chinese"
)
"zh-tw" => array(11) (
"de" => string(25) "Chinesisch (traditionell)"
"en" => string(19) "Traditional Chinese"
"es" => string(19) "Traditional Chinese"
"es-lat" => string(19) "Traditional Chinese"
"fr" => string(19) "Traditional Chinese"
"it" => string(19) "Traditional Chinese"
"ja" => string(19) "Traditional Chinese"
"ko" => string(19) "Traditional Chinese"
"pt-br" => string(19) "Traditional Chinese"
"ru" => string(19) "Traditional Chinese"
"zh" => string(19) "Traditional Chinese"
)
)
"viewLanguage" => string(5) "pt-br"
"searchCenterCount" => integer 0
)
"navigation" => array(1) (
"navigation" => object WASABI\Core\Model\NavigationDataSlotDto(3) {
private rootItem => object WASABI\Core\Model\WebUrlNavigationItem(7) {
public children => array(0)
public id => string(1) "0"
public href => string(0) ""
public text => string(0) ""
public primary => bool FALSE
public mainNavigation => bool TRUE
public parent => NULL
}
private activePath => array(0)
private breadCrumb => array(0)
}
)
"geolocationMessage" => object WASABI\Core\Xml\RsDomDocument(1) {
private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
}
}
"header" => object WASABI\Core\Xml\RsDomDocument(1) {
private xpath => NULL
}
"websiteSwitchCurrentLocale" => object WASABI\Core\Xml\RsDomDocument(1) {
private xpath => NULL
}
"INRED_ProductContact" => object WASABI\Core\Xml\RsDomDocument(1) {
private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
}
}
"iceContainer" => array(1) (
"data" => string(0) ""
)
"analyticsEnabled" => string(0) ""
"webcontrolling" => object WASABI\Core\Xml\RsDomDocument(1) {
private xpath => NULL
}
"analyticsHeadJS" => string(0) ""
"analyticsBottomJS" => string(0) ""
"analyticsNext" => array(1) (
"data" => array(5) (
"onSiteSearch" => array(4) (
"type" => string(13) "simple_search"
"term" => string(8) "rnms3000"
"results" => string(1) "1"
"facette" => string(18) "languages:pt-br;en"
)
"site" => array(2) (
"language" => string(5) "pt-BR"
"countryVersion" => string(16) "rohde-schwarz.br"
)
"visitor" => array(7) (
"id" => string(0) ""
"hashedId" => string(0) ""
"hashedIP" => string(64) "5b92cbaf957c3348e7ffbf467117678610a053578c3d97e74998c0885a97cf4b"
"hashedIPUA" => string(64) "dfc607b73a259e9f2226a566a694a725e602129b3cf84fc4f2287e130a5fa79f"
"hashedEmail" => string(0) ""
"roleAuth0" => array(0)
"rsWebFrontend" => string(32) "c1327db64bfbb6e0e0f2bf81b9f55ab6"
)
"page" => array(11) (
"design" => string(5) "INRED"
"navLevel_1" => string(6) "search"
"navLevel_2" => string(15) "Download Center"
"navLevel_3" => string(0) ""
"navLevel_4" => string(0) ""
"navLevel_5" => string(0) ""
"navLevel_6" => string(0) ""
"navLevel_7" => string(0) ""
"navLevel_8" => string(0) ""
"m4c" => array(2) (
...
)
"category" => string(6) "Search"
)
"m4c" => array(1) (
"interactions" => array(1) (
...
)
)
)
)
)
private cookies => array(0)
private bodyType => string(4) "null"
private loadNewMapping => bool FALSE
}Arguments:36: {
37: $this->init();
38: /** @var WebFrontDispatcher $frontDispatcher */
39: $frontDispatcher = $this->factory->getInstanceFor(WebFrontDispatcher::class);
40: $frontDispatcher->setLogger($this->logger);
41: $frontDispatcher->init();
42: /** @var WebFrontend $frontend */
43: $frontend = $this->factory->getInstanceFor(WebFrontend::class);
44: $frontend->execute($this->request, $this->response, $frontDispatcher);
45: $frontend->cleanup();
46: }
47:
48: /**
49: * set the error manager
50: *
Object WASABI\Core\Request\Request, already rendered
Object WASABI\Core\System\Response, already rendered
object WASABI\WebFrontend\Dispatcher\WebFrontDispatcher(3) {
private dispatcherCollection => array(22) (
0 => object WASABI\WebFrontend\Dispatcher\PageGoneDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => object WASABI\Core\System\Environment(16) {
private site => string(3) "com"
private subSite => string(2) "br"
private versionPrefix => NULL
private languageContentPath => NULL
private locale => Object WASABI\Core\System\Locale, already rendered
private liveFolder => NULL
private localEnv => string(4) "prod"
private vHost => NULL
private globalVersion => integer 220280
private pageType => string(6) "domain"
private testDomain => bool FALSE
private currentTime => integer 1770261763
private assumedGeosite => string(2) "us"
private mainSubsite => array(2) (
0 => string(3) "com"
1 => string(2) "cn"
)
private jobTimeConstraint => integer 0
private frontendVersion => string(0) ""
}
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
1 => object WASABI\WebFrontend\Dispatcher\PrgDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
2 => object WASABI\WebFrontend\Dispatcher\PimProductDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
3 => object WASABI\WebFrontend\Dispatcher\ShortUrlRewriteDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
4 => object WASABI\WebFrontend\Dispatcher\RestDispatcher(4) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
private routeMapping => array(13) (
"getshoppingcartcountv2" => string(27) "Seed:getShoppingCartCountV2"
"addtoshoppingcartv2" => string(24) "Seed:addToShoppingCartV2"
"getcountrystates" => string(33) "CountryState:getStatesFromCountry"
"setjobfavorite" => string(27) "JobFavorites:setJobFavorite"
"getjobfavorite" => string(27) "JobFavorites:getJobFavorite"
"setmyfavorite" => string(35) "DataFeedFavoritesRest:setMyFavorite"
"ismyfavorite" => string(34) "DataFeedFavoritesRest:isMyFavorite"
"getmyfavorites" => string(36) "DataFeedFavoritesRest:getMyFavorites"
"delmyfavorite" => string(38) "DataFeedFavoritesRest:removeMyFavorite"
"getlocatordata" => string(33) "ContactLocatorData:getCountryData"
"getcountryselect" => string(21) "CountrySelect:execute"
"refreshioi" => string(30) "ItemsOfInterestRefresh:execute"
"subnavigation" => string(21) "SubNavigation:execute"
)
}
5 => object WASABI\WebFrontend\Dispatcher\HeaderFooterDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
6 => object WASABI\WebFrontend\Dispatcher\AuthDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
7 => object WASABI\WebFrontend\Dispatcher\RedirectDispatcher(5) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
protected redisStorage => object WASABI\Core\Storage\Adapter\RedisStorageAdapter(2) {
protected connection => object Predis\Client(3) {
private options => object Predis\Configuration\Options(3) {
protected handlers => array(8) (
...
)
protected options => array(5) (
...
)
protected input => array(1) (
...
)
}
private connection => object Predis\Connection\Replication\SentinelReplication(14) {
protected master => NULL
protected slaves => array(1) (
...
)
protected pool => array(1) (
...
)
protected current => object Predis\Connection\StreamConnection(4) {
private resource => resource(stream)
private cachedId => string(18) "172.21.148.71:6379"
protected parameters => object Predis\Connection\Parameters(1) {
protected parameters => array(6) (
...
)
}
protected initCommands => array(1) (
...
)
}
protected service => string(9) "mymaster8"
protected connectionFactory => object Predis\Connection\Factory(2) {
private defaults => array(1) (
...
)
protected schemes => array(6) (
...
)
}
protected strategy => object Predis\Replication\ReplicationStrategy(4) {
protected disallowed => array(11) (
...
)
protected readonly => array(62) (
...
)
protected readonlySHA1 => array(0)
protected loadBalancing => bool TRUE
}
protected sentinels => array(3) (
...
)
protected sentinelIndex => integer 1
protected sentinelConnection => object Predis\Connection\StreamConnection(4) {
private resource => resource(stream)
private cachedId => NULL
protected parameters => object Predis\Connection\Parameters(1) {
protected parameters => array(5) (
...
)
}
protected initCommands => array(0)
}
protected sentinelTimeout => float 0.1
protected retryLimit => integer 20
protected retryWait => integer 1000
protected updateSentinels => bool FALSE
}
private commands => object Predis\Command\RedisFactory(2) {
protected commands => array(8) (
...
)
protected processor => NULL
}
}
protected config => Config object, data will not be displayed
}
protected environment => Object WASABI\Core\System\Environment, already rendered
protected fileLoader => object WASABI\Core\System\FileLoader(3) {
private registeredStreams => array(23) (
...
)
private fileWrapper => object WASABI\Core\Functionality\Helper\FileSystemFunctionsWrapper(0) {
}
private folderCollection => object WASABI\Core\Model\FolderCollection(1) {
protected data => array(1) (
...
)
}
}
protected config => Config object, data will not be displayed
protected logger => object WASABI\Core\System\Logger(2) {
protected monolog => object Monolog\Logger(9) {
protected name => string(10) "WASABI-COM"
protected handlers => array(1) (
...
)
protected processors => array(1) (
...
)
protected microsecondTimestamps => bool TRUE
protected timezone => object DateTimeZone(2) {
public timezone_type => integer 3
public timezone => string(3) "UTC"
}
protected exceptionHandler => NULL
private logDepth => integer 0
private fiberLogDepth => object WeakMap(0) {
}
private detectCycles => bool TRUE
}
protected request => Object WASABI\Core\Request\Request, already rendered
}
private disableTimeFunction => bool FALSE
private withoutCountryCheck => bool FALSE
private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
private environment => Object WASABI\Core\System\Environment, already rendered
}
}
private faqNames => array(3) (
0 => string(5) "/faq/"
1 => string(19) "/domande-frequenti/"
2 => string(20) "/pergunta-frequente/"
)
}
8 => object WASABI\WebFrontend\Dispatcher\JobRedirectDispatcher(4) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
protected config => Config object, data will not be displayed
}
9 => object WASABI\WebFrontend\Dispatcher\PageDispatcher(4) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
protected environment => Object WASABI\Core\System\Environment, already rendered
protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
protected config => Config object, data will not be displayed
protected logger => Object WASABI\Core\System\Logger, already rendered
private disableTimeFunction => bool FALSE
private withoutCountryCheck => bool FALSE
private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
private environment => Object WASABI\Core\System\Environment, already rendered
}
}
}
10 => object WASABI\WebFrontend\Dispatcher\PremiumDownloadDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
11 => object WASABI\WebFrontend\Dispatcher\PublicDownloadDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
12 => object WASABI\WebFrontend\Dispatcher\SearchURLRewriteDispatcher(5) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
private staticSearchKeywordRepository => object WASABI\Core\Storage\Repository\StaticShortSearchKeywordRepository(5) {
protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
protected environment => Object WASABI\Core\System\Environment, already rendered
protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
protected config => Config object, data will not be displayed
protected logger => Object WASABI\Core\System\Logger, already rendered
}
protected config => Config object, data will not be displayed
}
13 => object WASABI\WebFrontend\Dispatcher\CustomerWebLightDownloadsDispatcher(4) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
private mappings => array(9) (
"software" => string(34) "/search/search_for_software_v6.xml"
"logiciel" => string(34) "/search/search_for_software_v6.xml"
"firmware" => string(34) "/search/search_for_firmware_v6.xml"
"micrologiciel" => string(34) "/search/search_for_firmware_v6.xml"
"driver" => string(32) "/search/search_for_driver_v6.xml"
"treiber" => string(32) "/search/search_for_driver_v6.xml"
"pilote" => string(32) "/search/search_for_driver_v6.xml"
"controlador" => string(32) "/search/search_for_driver_v6.xml"
"downloads" => string(35) "/search/search_for_downloads_v6.xml"
)
}
14 => object WASABI\WebFrontend\Dispatcher\SearchDispatcher(6) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
protected staticShortUrlRepository => object WASABI\Core\Storage\Repository\StaticShortUrlRepository(5) {
protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
protected environment => Object WASABI\Core\System\Environment, already rendered
protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
protected config => Config object, data will not be displayed
protected logger => Object WASABI\Core\System\Logger, already rendered
}
protected productMapRepository => object WASABI\Core\Storage\Repository\ProductMapRepository(6) {
protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
protected environment => Object WASABI\Core\System\Environment, already rendered
protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
protected config => Config object, data will not be displayed
protected logger => Object WASABI\Core\System\Logger, already rendered
protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
protected environment => Object WASABI\Core\System\Environment, already rendered
protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
protected config => Config object, data will not be displayed
protected logger => Object WASABI\Core\System\Logger, already rendered
private disableTimeFunction => bool FALSE
private withoutCountryCheck => bool FALSE
private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
private environment => Object WASABI\Core\System\Environment, already rendered
}
}
}
protected request => NULL
}
15 => object WASABI\WebFrontend\Dispatcher\PimPreviewDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
16 => object WASABI\WebFrontend\Dispatcher\GeolocationDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
17 => object WASABI\WebFrontend\Dispatcher\ContentProjectionDispatcher(5) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
protected environment => Object WASABI\Core\System\Environment, already rendered
protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
protected config => Config object, data will not be displayed
protected logger => Object WASABI\Core\System\Logger, already rendered
private disableTimeFunction => bool FALSE
private withoutCountryCheck => bool FALSE
private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
private environment => Object WASABI\Core\System\Environment, already rendered
}
}
protected config => Config object, data will not be displayed
}
18 => object WASABI\WebFrontend\Dispatcher\GlorisMarketingDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
19 => object WASABI\WebFrontend\Dispatcher\AliveDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
20 => object WASABI\WebFrontend\Dispatcher\VCardDispatcher(3) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
}
21 => object WASABI\WebFrontend\Dispatcher\FormPreviewDispatcher(4) {
protected factory => Factory object, data will not be displayed
protected environment => Object WASABI\Core\System\Environment, already rendered
protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
protected config => Config object, data will not be displayed
}
protected config => Config object, data will not be displayed
}
)
protected factory => Factory object, data will not be displayed
protected logger => Object WASABI\Core\System\Logger, already rendered
}Arguments:14: $localConfig = getenv('RS_CONFIG');
15: $debug = getenv('RS_DEBUG_MODE');
16:
17: const WASABI_BASEPATH = '/opt/wasabi';
18:
19: require WASABI_BASEPATH . '/vendor/autoload.php';
20:
21: $bootstrap = new DomainBootstrap($site, $localConfig, $debug);
22: $bootstrap->run();
23: