Exemplo n.º 1
0
 public function renderArticle($url)
 {
     if (!\App\Helper\Helper::isIndexBot()) {
         $this->articleManager->viewForArticleUrl($url, $this->getSession());
     }
     $this->template->serial = $this->articleDat->ref('underSerial');
     if ($this->template->serial) {
         $this->template->articleInSerial = $this->articleManager->getArticlesUnderSerial($this->template->serial->articleOrder);
     }
     $this->template->article = $this->articleDat;
 }