You are here

public function gapiAccountEntry::__construct in Google Analytics Statistics 7

Same name and namespace in other branches
  1. 7.2 includes/gapi.class.php \gapiAccountEntry::__construct()
  2. 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;
}