/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Calendar
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Calendar/EventCreator.php (1809B)
displayName = $displayName;
}
/**
* @return string
*/
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param string
*/
public function setEmail($email)
{
$this->email = $email;
}
/**
* @return string
*/
public function getEmail()
{
return $this->email;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param bool
*/
public function setSelf($self)
{
$this->self = $self;
}
/**
* @return bool
*/
public function getSelf()
{
return $this->self;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(EventCreator::class, 'Google_Service_Calendar_EventCreator');