Home
last modified time | relevance | path

Searched refs:getBody (Results 1 – 2 of 2) sorted by relevance

/template/strap/ComboStrap/
H A DHttpResponse.php171 …LogUtility::log2file("Bad Http Response: $this->status : {$this->getBody()}", LogUtility::LVL_MSG_…
269 function getBody(): string function in ComboStrap\\HttpResponse
324 return XmlDocument::createHtmlDocFromMarkup($this->getBody());
365 return Json::createFromString($this->getBody())->toArray();
421 ->executeHtmlPage($this->getBody(), $waitTimeInSecondToComplete)
434 return Json::createFromString($this->getBody());
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js850 this.getBody=function(doc){if(doc.body){return doc.body function
6681 return browser.infoTip=this.tags.infoTipTag.append({},getBody(doc))