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