getData('question'); /** @var \Modules\QA\Models\QAAnswer[] $answers */ $answers = $question->getAnswersByScore(); /** @var array $scores */ $scores = $this->getData('scores'); echo $this->getData('nav')->render(); ?>
getVoteScore(); ?> Score
getAnswerCount(); ?> Answers
printHtml($question->name); ?>
question; ?>