/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/DriveActivity
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/DriveActivity/KnownUser.php (1405B)
isCurrentUser = $isCurrentUser;
}
/**
* @return bool
*/
public function getIsCurrentUser()
{
return $this->isCurrentUser;
}
/**
* @param string
*/
public function setPersonName($personName)
{
$this->personName = $personName;
}
/**
* @return string
*/
public function getPersonName()
{
return $this->personName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(KnownUser::class, 'Google_Service_DriveActivity_KnownUser');