Example #1
0
 /**
  * Display the popup
  *
  * @return mixed
  */
 public function onShowPopup()
 {
     $category = new Category();
     return $this->makePartial('popup', ['categories' => $category->getAllRoot()]);
 }