| 1 | <?php |
||
| 10 | class HtmlPopup extends HtmlSemDoubleElement { |
||
| 11 | private $params; |
||
| 12 | private $_container; |
||
| 13 | public function __construct(BaseHtml $container,$identifier, $content="") { |
||
| 20 | |||
| 21 | public function setFlowing(){ |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritDoc} |
||
| 27 | * @see \Ajax\semantic\html\base\HtmlSemDoubleElement::run() |
||
| 28 | */ |
||
| 29 | public function run(JsUtils $js){ |
||
| 33 | } |