Arguments:65: $mode = $this->ctx->getAttribute('mode', 'append');
66: $strict = 'true' === $this->ctx->getAttribute('strict', 'true');
67:
68: if (!isset($this->methodMap[$mode]))
69: {
70: throw new ContentProcessorException('Invalid mode "' . $mode . '" specified');
71: }
72:
73: $target = $this->findTarget($strict);
74: if ($target === NULL)
75: {
76: return;
77: }
78: if (!$node->inSameDocument($content))
79: {
bool TRUE
Arguments:94: *
95: * @param RsDomElement|DOMElement $node the node
96: *
97: * @return void
98: * @throws ContentProcessorException
99: */
100: protected function processContent(RsDomElement|DOMElement $node)
101: {
102: $this->processor->process($this->ctx, $this->content, $node);
103: }
104:
105: /**
106: * helper method for getting attributes
107: *
108: * @param string $name the name
object WASABI\Core\Xml\RsDomElement(0) {
}object WASABI\Core\Xml\RsDomDocument(1) {
private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
}
}object WASABI\Core\Xml\RsDomElement(0) {
}Arguments:70: $payload = $this->response->getSlot($params['src']);
71: $context = $this->twig->render($params['template'], $payload);
72: if ($context == '')
73: {
74: $context = '
';75: }
76: $contentDom = new rsDomDocument();
77: $contentDom->loadXML($context);
78: $this->processContent($contentDom->documentElement);
79: }
80: catch (ErrorException $fe)
81: {
82: $this->reThrowException($fe);
83: }
84: }
Object WASABI\Core\Xml\RsDomElement, already rendered
Arguments:74: final public function execute(RsDomElement $ctx, RsDomDocument $content, Request $request, Response $response, ContentProcessor $contentProcessor)
75: {
76: $this->ctx = $ctx;
77: $this->content = $content;
78: $this->request = $request;
79: $this->response = $response;
80: $this->processor = $contentProcessor;
81:
82: $this->handle();
83: }
84:
85: /**
86: * the doing of the handler
87: *
88: * @return void
Arguments:130: }
131:
132: $handler = $this->factory->getInstanceFor($type . 'handler');
133: if (!$handler instanceof HandlerInterface)
134: {
135: throw new CoreHandlerException($type . 'handler does not implement HandlerInterface', CoreHandlerException::HANDLERINTERFACE_NOT_IMPLEMENTED);
136: }
137:
138: $handler->execute($handlerNode, $content, $this->request, $this->response, $processor);
139: }
140:
141: $this->response->setBody($content);
142: }
143:
144: private function initRequestParams()
Object WASABI\Core\Xml\RsDomElement, already rendered
Object WASABI\Core\Xml\RsDomDocument, already rendered
object WASABI\Core\Request\Request(16) {
private data => array(6) (
"get" => object WASABI\Core\Request\RequestGet(2) {
protected data => array(0)
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(0)
}
"files" => object WASABI\Core\Request\RequestFiles(1) {
protected data => array(0)
}
"server" => object WASABI\Core\Request\RequestServer(1) {
protected data => array(45) (
"USER" => string(6) "apache"
"HOME" => string(16) "/usr/share/httpd"
"SCRIPT_NAME" => string(10) "/index.php"
"REQUEST_URI" => string(94) "/us/campaigns/wic/journey-of-a-modern-mobile-device-design-development-and-testing_256092.html"
"QUERY_STRING" => string(0) ""
"REQUEST_METHOD" => string(3) "GET"
"SERVER_PROTOCOL" => string(8) "HTTP/1.1"
"GATEWAY_INTERFACE" => string(7) "CGI/1.1"
"REMOTE_PORT" => string(5) "39623"
"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(14) "192.168.15.231"
"SERVER_PORT" => string(2) "80"
"SERVER_ADDR" => string(14) "192.168.15.178"
"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_X_FORWARDED_FOR" => string(13) "216.73.216.59"
"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(20) "www.rohde-schwarz.de"
"RS_DEBUG_MODE" => string(5) "false"
"RS_CONFIG" => string(4) "prod"
"RS_COM_HTTP_HOST" => string(21) "www.rohde-schwarz.com"
"SCRIPT_URI" => string(122) "http://www.rohde-schwarz.com/us/campaigns/wic/journey-of-a-modern-mobile-device-design-development-and-testing_256092.html"
"SCRIPT_URL" => string(94) "/us/campaigns/wic/journey-of-a-modern-mobile-device-design-development-and-testing_256092.html"
"UNIQUE_ID" => string(27) "aR1t1qBjxOIbtpHdMltWbwAAAZY"
"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 1763536342.3997
"REQUEST_TIME" => integer 1763536342
"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(2) "en"
private subSite => string(2) "us"
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(94) "/us/campaigns/wic/journey-of-a-modern-mobile-device-design-development-and-testing_256092.html"
private urlParts => array(4) (
0 => string(2) "us"
1 => string(9) "campaigns"
2 => string(3) "wic"
3 => string(76) "journey-of-a-modern-mobile-device-design-development-and-testing_256092.html"
)
private cleanURI => string(91) "/campaigns/wic/journey-of-a-modern-mobile-device-design-development-and-testing_256092.html"
private cleanUrlParts => array(3) (
0 => string(9) "campaigns"
1 => string(3) "wic"
2 => string(76) "journey-of-a-modern-mobile-device-design-development-and-testing_256092.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 FALSE
private rawUrlQuery => string(0) ""
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-sg178"
"Link" => array(16) (
0 => string(106) "<https://cdn.rohde-schwarz.com/techfiles/27240936/js/vendor/require-2.3.5.min.js>; rel=preload; as=script;"
1 => string(90) "<https://cdn.rohde-schwarz.com/techfiles/27240936/js/main.min.js>; rel=preload; as=script;"
2 => string(108) "<https://cdn.rohde-schwarz.com/techfiles/27240936/js/vendor/lazysizes-5.2.0.min.js>; rel=preload; as=script;"
3 => string(113) "<https://cdn.rohde-schwarz.com/techfiles/27240936/js/vendor/webfontloader-1.6.28.min.js>; rel=preload; as=script;"
4 => string(112) "<https://cdn.rohde-schwarz.com/techfiles/27240936/js/vendor/modernizr-custom.6116ab.js>; rel=preload; as=script;"
5 => string(110) "<https://cdn.rohde-schwarz.com/techfiles/27240936/fonts/LinotypeUnivers-330Light.woff2>; rel=preload; as=font;"
6 => string(107) "<https://cdn.rohde-schwarz.com/techfiles/27240936/fonts/LinotypeUnivers-420Cn.woff2>; rel=preload; as=font;"
7 => string(101) "<https://cdn.rohde-schwarz.com/techfiles/27240936/fonts/RSI-Icons-woff2.woff2>; rel=preload; as=font;"
8 => string(111) "<https://cdn.rohde-schwarz.com/techfiles/27240936/fonts/LinotypeUnivers-620CnBold.woff2>; rel=preload; as=font;"
9 => string(109) "<https://cdn.rohde-schwarz.com/techfiles/27240936/fonts/LinotypeUnivers-630Bold.woff2>; rel=preload; as=font;"
10 => string(92) "<https://cdn.rohde-schwarz.com/techfiles/27240936/css/style.min.css>; rel=preload; as=style;"
11 => string(92) "<https://cdn.rohde-schwarz.com/techfiles/27240936/css/fonts.min.css>; rel=preload; as=style;"
12 => string(83) "<https://cdn.rohde-schwarz.com/api/9881398/api_dynamic.js>; rel=preload; as=script;"
13 => string(82) "<https://cdn.rohde-schwarz.com/api/9881398/api_static.js>; rel=preload; as=script;"
14 => string(60) "<https://cdn.userway.org/widget.js>; rel=preload; as=script;"
15 => string(103) "<https://assets.adobedtm.com/launch-EN3504a9f210b14bc28b773c8d8c5a022d.min.js>; rel=preload; as=script;"
)
)
private slots => array(17) (
"CountrySwitch" => array(49) (
"com" => string(30) "/home_48230.html?change_c=true"
"in" => string(33) "/in/home_48230.html?change_c=true"
"uk" => string(33) "/uk/home_48230.html?change_c=true"
"us" => string(108) "/us/campaigns/wic/journey-of-a-modern-mobile-device-design-development-and-testing_256092.html?change_c=true"
"au" => string(33) "/au/home_48230.html?change_c=true"
"ca" => string(33) "/ca/home_48230.html?change_c=true"
"ca-fr" => string(39) "/ca-fr/accueil_48230.html?change_c=true"
"sg" => string(33) "/sg/home_48230.html?change_c=true"
"my" => string(33) "/my/home_48230.html?change_c=true"
"no" => string(33) "/no/home_48230.html?change_c=true"
"mea" => string(34) "/mea/home_48230.html?change_c=true"
"ph" => string(33) "/ph/home_48230.html?change_c=true"
"th" => string(33) "/th/home_48230.html?change_c=true"
"ae" => string(33) "/ae/home_48230.html?change_c=true"
"cz" => string(33) "/cz/home_48230.html?change_c=true"
"fi" => string(33) "/fi/home_48230.html?change_c=true"
"id" => string(33) "/id/home_48230.html?change_c=true"
"pk" => string(33) "/pk/home_48230.html?change_c=true"
"se" => string(33) "/se/home_48230.html?change_c=true"
"vn" => string(33) "/vn/home_48230.html?change_c=true"
"dk" => string(33) "/dk/home_48230.html?change_c=true"
"gr" => string(33) "/gr/home_48230.html?change_c=true"
"hu" => string(33) "/hu/home_48230.html?change_c=true"
"lv" => string(33) "/lv/home_48230.html?change_c=true"
"lt" => string(33) "/lt/home_48230.html?change_c=true"
"nl" => string(33) "/nl/home_48230.html?change_c=true"
"pl" => string(33) "/pl/home_48230.html?change_c=true"
"pt" => string(33) "/pt/home_48230.html?change_c=true"
"tr" => string(33) "/tr/home_48230.html?change_c=true"
"sa" => string(33) "/sa/home_48230.html?change_c=true"
"de" => string(39) "/de/startseite_48230.html?change_c=true"
"at" => string(39) "/at/startseite_48230.html?change_c=true"
"fr" => string(36) "/fr/accueil_48230.html?change_c=true"
"br" => string(43) "/br/pagina-inicial_48230.html?change_c=true"
"lat" => string(46) "/lat/pagina-principal_48230.html?change_c=true"
"es" => string(45) "/es/pagina-principal_48230.html?change_c=true"
"it" => string(44) "/it/pagina-iniziale_48230.html?change_c=true"
"ch" => string(39) "/ch/startseite_48230.html?change_c=true"
"ch-en" => string(36) "/ch-en/home_48230.html?change_c=true"
"ch-fr" => string(39) "/ch-fr/accueil_48230.html?change_c=true"
"kr" => string(33) "/kr/home_48230.html?change_c=true"
"jp" => string(33) "/jp/home_48230.html?change_c=true"
"cac" => string(34) "/cac/home_48230.html?change_c=true"
"cac-en" => string(37) "/cac-en/home_48230.html?change_c=true"
"tw" => string(33) "/tw/home_48230.html?change_c=true"
"il" => string(33) "/il/home_48230.html?change_c=true"
"cn-en" => string(36) "/cn-en/home_48230.html?change_c=true"
"ua" => string(33) "/ua/home_48230.html?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 TRUE
"getQtyUrl" => string(31) "/us/rest/getshoppingcartcountv2"
)
"searchUrl" => string(36) "{{subSite}}/search/search_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(287) "Rohde & Schwarz is striving for a safer and connected world with its leading-edge solutions. Committed to innovation for more than 90 years, the independent technology group acts long-term and sustainably, making it a reliable partner to its industry and government customers worldwide. "
"tt_contentSecondColumn" => string(71) "<p>6821 Benjamin Franklin Drive</p><p>Columbia, MD 21046 </p><p>USA</p>"
"tt_contentThirdColumn" => string(150) "<p>1-888-837-8772</p><p><a href="mailto:Info@rsa.rohde-schwarz.com" title="Info@rsa.rohde-schwarz.com" class="link">Info@rsa.rohde-schwarz.com</a></p>"
"tt_headlineFirstColumn" => string(25) "Rohde & Schwarz USA, Inc."
"tt_headlineSecondColumn" => string(7) "Address"
"tt_headlineThirdColumn" => string(7) "Contact"
"tt_identifier" => string(17) "Local Footer - US"
"tt_visibilityPermissions" => array(2) (
...
)
)
)
"footerLinks" => array(6) (
0 => array(3) (
"tt_identifier" => string(40) "Do not sell my personal information - US"
"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" => string(8) "Facebook"
"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" => string(7) "YouTube"
"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" => string(9) "RSS Feeds"
"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" => string(24) "LinkedIn - International"
"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(7) "twitter"
"tt_identifier" => string(27) "X (Twitter) - International"
"tt_target" => string(20) "Open in a new window"
"tt_title" => string(11) "X (Twitter)"
"tt_type" => string(8) "informed"
"tt_url" => string(32) "https://twitter.com/RohdeSchwarz"
"tt_visibilityPermissions" => array(2) (
...
)
)
)
"shopData" => array(2) (
"shop" => array(2) (
"active" => bool TRUE
"getQtyUrl" => string(31) "/us/rest/getshoppingcartcountv2"
)
"searchUrl" => string(36) "{{subSite}}/search/search_63238.html"
)
)
"twigData_ice_user_information_8" => array(0)
"navigation" => array(1) (
"navigation" => object WASABI\Core\Model\NavigationDataSlotDto(3) {
private rootItem => object WASABI\Core\Model\WebUrlNavigationItem(7) {
public children => array(8) (
...
)
public id => string(5) "48230"
public href => string(19) "/us/home_48230.html"
public text => string(4) "Home"
public primary => bool TRUE
public mainNavigation => bool FALSE
public parent => NULL
}
private activePath => array(0)
private breadCrumb => array(0)
}
)
"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) (
...
)
)
)
)
"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
}
"FOSTA_Form_premium_download_with_purchaseintent3_link0" => object WASABI\Core\Xml\RsDomDocument(1) {
private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
}
}
"INRED_ProductContact" => object WASABI\Core\Xml\RsDomDocument(1) {
private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
}
}
"iceContainer" => array(1) (
"data" => string(625) "<script>/* <![CDATA[ */(function(){ window.DY = window.DY || {}; DY.userActiveConsent=false;}())/* ]]> */</script><link rel="preconnect" href="https://st-eu.dynamicyield.com" />
<link rel="preconnect" href="https://rcom-eu.dynamicyield.com" />
<script type="text/javascript" src="https://cdn.rohde-schwarz.com/api/9881398/api_dynamic.js"></script>
<script type="text/javascript" src="https://cdn.rohde-schwarz.com/api/9881398/api_static.js"></script>
<meta name="naver-site-verification" content="afad74e971907a0e411ef4f19172c8d6ccbf686e" />
<script src="https://cdn.userway.org/widget.js" data-account="VwMnSUoy0g"></script>"
)
"analyticsEnabled" => string(1) "1"
"webcontrolling" => object WASABI\Core\Xml\RsDomDocument(1) {
private xpath => NULL
}
"analyticsHeadJS" => string(76) "https://assets.adobedtm.com/launch-EN3504a9f210b14bc28b773c8d8c5a022d.min.js"
"analyticsBottomJS" => string(24) "_satellite.pageBottom();"
"analyticsNext" => array(1) (
"data" => array(4) (
"site" => array(2) (
"language" => string(5) "en-US"
"countryVersion" => string(16) "rohde-schwarz.us"
)
"visitor" => array(7) (
"id" => string(0) ""
"hashedId" => string(0) ""
"hashedIP" => string(64) "fe4fe9976f32065befaedf4949a3da61646a00ee37641febb2f82d217ee8adc3"
"hashedIPUA" => string(64) "ef2ae93664bc56edab3b040ab2731fb0f5ffbd82d15d0b4b4b8a76ab9ac56d68"
"hashedEmail" => string(0) ""
"roleAuth0" => array(0)
"rsWebFrontend" => string(32) "f73c740eb3fada4714ce3d21343425e0"
)
"page" => array(11) (
"design" => string(5) "INRED"
"navLevel_1" => string(9) "Campaigns"
"navLevel_2" => string(3) "wic"
"navLevel_3" => string(67) "Journey of a Modern Mobile Device: Design, Development, and Testing"
"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(9) "Campaigns"
)
"m4c" => array(1) (
"interactions" => array(1) (
...
)
)
)
)
)
private cookies => array(1) (
"rusloc" => object WASABI\WebFrontend\Functionality\GeoLocation\LocationCookie(11) {
protected name => string(6) "rusloc"
protected value => string(0) ""
protected expire => integer 1893452400
protected path => string(1) "/"
protected domain => string(18) ".rohde-schwarz.com"
protected secure => bool TRUE
protected httponly => bool TRUE
protected environment => object WASABI\Core\System\Environment(16) {
private site => string(3) "com"
private subSite => string(2) "us"
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 219344
private pageType => string(6) "domain"
private testDomain => bool FALSE
private currentTime => integer 1763536342
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 country => string(2) "us"
protected languages => array(1) (
0 => string(2) "en"
)
protected version => string(1) "5"
}
)
private bodyType => string(4) "null"
private loadNewMapping => bool FALSE
}object WASABI\Core\Processor\ContentProcessor(3) {
protected ctx => Object WASABI\Core\Xml\RsDomElement, already rendered
protected content => Object WASABI\Core\Xml\RsDomDocument, already rendered
protected methodMap => array(7) (
"replace" => string(22) "replaceContentInTarget"
"append" => string(21) "appendContentToTarget"
"before" => string(26) "prependContentBeforeTarget"
"prepend" => string(22) "prependContentToTarget"
"replaceTarget" => string(24) "replaceTargetWithContent"
"appendChild" => string(19) "appendChildToTarget"
"replaceVariable" => string(15) "replaceVariable"
)
}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, already rendered
Object WASABI\Core\System\Response, already rendered
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, already rendered
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(19) "192.168.15.179: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: