Example #1
0
 /**
  * @param ViewInterface $view
  * @return void
  */
 protected function initializeView(ViewInterface $view)
 {
     $blog = $this->blogRepository->findActive();
     $this->view->assign('blog', $blog);
 }