Example #1
0
 /**
  * Sets the page id,
  * you should overwrite the page id, on all ajax queries, to collect all requests for one page.
  *
  * @param string $pageId
  */
 public function setPageId($pageId)
 {
     $this->pageId = $pageId;
     $this->client->setPageId($pageId);
 }