/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AnalyticsReporting
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AnalyticsReporting/User.php (1315B)
type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
/**
* @param string
*/
public function setUserId($userId)
{
$this->userId = $userId;
}
/**
* @return string
*/
public function getUserId()
{
return $this->userId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(User::class, 'Google_Service_AnalyticsReporting_User');