| 1 | <?php |
||
| 7 | class InternalPopup { |
||
| 8 | protected $title; |
||
| 9 | protected $content; |
||
| 10 | protected $html; |
||
| 11 | protected $variation; |
||
| 12 | protected $params; |
||
| 13 | protected $semElement; |
||
| 14 | public function __construct($semElement,$title="",$content="",$variation=NULL,$params=array()){ |
||
| 20 | |||
| 21 | public function setHtml($html) { |
||
| 25 | |||
| 26 | public function setAttributes($variation=NULL,$params=array()){ |
||
| 30 | |||
| 31 | public function onShow($jsCode){ |
||
| 34 | |||
| 35 | public function compile(){ |
||
| 49 | |||
| 50 | public function run(JsUtils $js){ |
||
| 53 | |||
| 54 | } |