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