/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Plus
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Plus/PersonUrls.php (1101B)
label = $label;
}
public function getLabel()
{
return $this->label;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
}