Example #1
0
 public function run()
 {
     if (!$this->model || !$this->model->tags) {
         return false;
     }
     return $this->render('default', ['tags' => $this->model->getTagsArray()]);
 }