public function gapiAccountEntry::__construct in Google Analytics Statistics 7
Same name and namespace in other branches
- 7.2 includes/gapi.class.php \gapiAccountEntry::__construct()
- 7.x inc/gapi.class.php \gapiAccountEntry::__construct()
File
- includes/
gapi.class.php, line 683
Class
- gapiAccountEntry
- Class gapiAccountEntry
Code
public function __construct($properties) {
$this->properties = $properties;
}