Exemple #1
0
 public function actionIndex()
 {
     /** @var Section[] $sections */
     $sections = Section::findRoots();
     return $this->render('index', ['sections' => $sections]);
 }