/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/Rename.php (1353B)
newTitle = $newTitle;
}
/**
* @return string
*/
public function getNewTitle()
{
return $this->newTitle;
}
/**
* @param string
*/
public function setOldTitle($oldTitle)
{
$this->oldTitle = $oldTitle;
}
/**
* @return string
*/
public function getOldTitle()
{
return $this->oldTitle;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Rename::class, 'Google_Service_DriveActivity_Rename');