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