Exemple #1
0
 /**
  * Sets the default layout which is defined in the configuration of the application.
  */
 protected function setDefaultLayout()
 {
     $this->setLayout(Settings::getDefaultLayout());
 }