Exemple #1
0
 */
  public function createComponentProduktZoznam()
  {
      return new \App\AdminModule\Components\Produkt\ProduktyZoznamControl();
  }
  /** Vytvorenie komponenty pre vypisanie aktualnych oznamov
 * @return \App\AdminModule\Components\Oznam\AktualneOznamyControl */
  public function createComponentAktualne()
  {
      return $this->aktualneOznamyControlFactory->create();
  }
  /** Vytvorenie komponenty pre posledných 25 prihlásení
 * @return \App\AdminModule\Components\User\UserLastControl */
  public function createComponentLast()
  {
      return $this->userLastControlFactory->create();
  }