示例#1
0
 /**
  * Returns last response content.
  *
  * @return  string
  */
 public function getContent()
 {
     return $this->wdSession->source();
 }
示例#2
0
 /**
  * Get the content from the last response.
  *
  * @return string
  */
 protected function response()
 {
     return $this->session->source();
 }