Esempio n. 1
0
 /**
  * Call the real time query method on the authenticated client.
  *
  * @param string $metrics
  * @param array  $others
  *
  * @return mixed
  */
 public function performRealTimeQuery($metrics, $others = array())
 {
     return $this->client->performRealTimeQuery($this->siteId, $metrics, $others);
 }