';
$descriptions = $requirement->getDescriptions();
if (count($descriptions) > 1) {
$this->tags[] = '
';
foreach ($descriptions as $d) {
$this->tags[] = '- ' . $d . '
';
}
$this->tags[] = '
';
} elseif (! empty($descriptions)) {
$this->tags[] = $descriptions[0];
}
$this->tags[] = '
';
$this->tags[] = '' . $requirement->getStateText() . '
';
$this->tags[] = '