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