You are here

public function gapiAccountEntry::__construct in Google Analytics Statistics 7.x

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

File

inc/gapi.class.php, line 670

Class

gapiAccountEntry
Class gapiAccountEntry

Code

public function __construct($properties) {
  $this->properties = $properties;
}