Initializes a Description with its body (template) and a listing of the tags used in the body template.
Tag[] $tags:
public function __construct(string $bodyTemplate, array $tags = []) { $this->bodyTemplate = $bodyTemplate; $this->tags = $tags; }