예제 #1
0
파일: Form.inc.php 프로젝트: radicalsuz/amp
 function output()
 {
     $this->verifyOwnedItem();
     return parent::output();
 }
예제 #2
0
 function output()
 {
     $this->registerJavascript($this->swapper->output());
     $this->setJavascript();
     return parent::output();
 }