<?php
    foreach($this->newsList as $news):
    /** @var $news \PServerCore\Entity\News */
?>
    <?= $news->getTitle() ?>,

<?php endforeach; ?>