public function gapiReportEntry::getMetrics in Google Analytics Statistics 7.2
Same name and namespace in other branches
- 7 includes/gapi.class.php \gapiReportEntry::getMetrics()
- 7.x inc/gapi.class.php \gapiReportEntry::getMetrics()
Get an array of the metrics and the matchning values for the current result
Return value
Array
File
- includes/
gapi.class.php, line 526
Class
- gapiReportEntry
- Storage for individual gapi report entries
Code
public function getMetrics() {
return $this->metrics;
}