Exemple #1
0
 public function onCreate()
 {
     parent::onCreate();
 }
Exemple #2
0
 public function onCreate()
 {
     parent::onCreate();
     $this->setRender('button');
     $this->setAction('submit');
 }
Exemple #3
0
 public function onCreate()
 {
     parent::onCreate();
     $this->setRender('anchor');
 }