/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/Owner.php (2030B)
domain = $domain;
}
/**
* @return Domain
*/
public function getDomain()
{
return $this->domain;
}
/**
* @param DriveReference
*/
public function setDrive(DriveReference $drive)
{
$this->drive = $drive;
}
/**
* @return DriveReference
*/
public function getDrive()
{
return $this->drive;
}
/**
* @param TeamDriveReference
*/
public function setTeamDrive(TeamDriveReference $teamDrive)
{
$this->teamDrive = $teamDrive;
}
/**
* @return TeamDriveReference
*/
public function getTeamDrive()
{
return $this->teamDrive;
}
/**
* @param User
*/
public function setUser(User $user)
{
$this->user = $user;
}
/**
* @return User
*/
public function getUser()
{
return $this->user;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Owner::class, 'Google_Service_DriveActivity_Owner');