/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/Move.php (1612B)
addedParents = $addedParents;
}
/**
* @return TargetReference[]
*/
public function getAddedParents()
{
return $this->addedParents;
}
/**
* @param TargetReference[]
*/
public function setRemovedParents($removedParents)
{
$this->removedParents = $removedParents;
}
/**
* @return TargetReference[]
*/
public function getRemovedParents()
{
return $this->removedParents;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Move::class, 'Google_Service_DriveActivity_Move');