/var/www/flurhymez/vendor/google/apiclient-services/src/Analytics
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Analytics/EntityUserLinkEntity.php (1904B)
accountRef = $accountRef;
}
/**
* @return AccountRef
*/
public function getAccountRef()
{
return $this->accountRef;
}
/**
* @param ProfileRef
*/
public function setProfileRef(ProfileRef $profileRef)
{
$this->profileRef = $profileRef;
}
/**
* @return ProfileRef
*/
public function getProfileRef()
{
return $this->profileRef;
}
/**
* @param WebPropertyRef
*/
public function setWebPropertyRef(WebPropertyRef $webPropertyRef)
{
$this->webPropertyRef = $webPropertyRef;
}
/**
* @return WebPropertyRef
*/
public function getWebPropertyRef()
{
return $this->webPropertyRef;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(EntityUserLinkEntity::class, 'Google_Service_Analytics_EntityUserLinkEntity');