| 1 | <?php |
||
| 8 | class SimpleSemExtComponent extends SimpleExtComponent { |
||
| 9 | protected $paramParts; |
||
| 10 | public function __construct(JsUtils $js) { |
||
| 14 | |||
| 15 | protected function generateParamParts(){ |
||
| 22 | |||
| 23 | public function getScript() { |
||
| 34 | |||
| 35 | public function setParamParts($paramParts) { |
||
| 39 | |||
| 40 | public function addComponentEvent($event,$jsCode){ |
||
| 44 | |||
| 45 | } |