Beispiel #1
0
 public function __destruct()
 {
     parent::__destruct();
 }
Beispiel #2
0
 public function __construct($name)
 {
     parent::__construct($name);
     $this->getView()->setPageName("Chyba");
 }