public function gapiAccountEntry::getProperties in Google Analytics Statistics 7
Same name and namespace in other branches
- 7.2 includes/gapi.class.php \gapiAccountEntry::getProperties()
 - 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 711  
Class
- gapiAccountEntry
 - Class gapiAccountEntry
 
Code
public function getProperties() {
  return $this->properties;
}