name = $name;
$this->value = $value;
}
public function getName(): string {
return $this->name;
}
/**
* @return mixed
*/
public function getValue() {
return $this->value;
}
}
c1560f07061bd3970dfd087'/>
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/server | www-data |
blob: 22c6c68ba6c5c04f2b4f6fe673b10da49d4c0d1f (
plain)