Anzeigenamen #51

Merged
niklas.ortmann merged 10 commits from AnzeigeNamen into dev 2026-07-17 18:09:30 +02:00
Showing only changes of commit 2ec1b70c91 - Show all commits
+10
View File
@@ -97,6 +97,16 @@ class Article
return $this->author;
}
/**
* Setzt einen neuen Autor eines Beitrages.
* @param string $author
* @return void
*/
public function setAuthor(string $author)
{
$this->author = $author;
}
/**
* Gibt das Veröffentlichungsdatum des Beitrags zurück.
* @return string