Esempio n. 1
0
 function output()
 {
     $this->verifyOwnedItem();
     return parent::output();
 }
Esempio n. 2
0
 function output()
 {
     $this->registerJavascript($this->swapper->output());
     $this->setJavascript();
     return parent::output();
 }