예제 #1
0
 public function actionReloadPlaceholder($navItemPageId, $prevId, $placeholderVar)
 {
     return NavItemPage::getPlaceholder($placeholderVar, (int) $navItemPageId, (int) $prevId);
 }