getGoals() публичный Метод

Returns all Goals for a given website, or list of websites
public getGoals ( string | array $idSite ) : array
$idSite string | array Array or Comma separated list of website IDs to request the goals for
Результат array Array of Goal attributes
Пример #1
0
 private function getGoals()
 {
     return $this->api->getGoals($this->idSite);
 }