/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PeopleService
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PeopleService/Photo.php (1629B)
default = $default;
}
/**
* @return bool
*/
public function getDefault()
{
return $this->default;
}
/**
* @param FieldMetadata
*/
public function setMetadata(FieldMetadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return FieldMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
/**
* @param string
*/
public function setUrl($url)
{
$this->url = $url;
}
/**
* @return string
*/
public function getUrl()
{
return $this->url;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Photo::class, 'Google_Service_PeopleService_Photo');