You are here

public function gapiAccountEntry::getProperties in Google Analytics Statistics 7.2

Same name and namespace in other branches
  1. 7 includes/gapi.class.php \gapiAccountEntry::getProperties()
  2. 7.x inc/gapi.class.php \gapiAccountEntry::getProperties()

Get an associative array of the properties and the matching values for the current result

Return value

Array

File

includes/gapi.class.php, line 448

Class

gapiAccountEntry
Storage for individual gapi account entries

Code

public function getProperties() {
  return $this->properties;
}