| 1 | <?php |
||
| 12 | class Window extends Widget implements Container |
||
| 13 | { |
||
| 14 | /** @var Control */ |
||
| 15 | protected $closeButton; |
||
| 16 | |||
| 17 | public function __construct( |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Set action to close the window. |
||
| 37 | * |
||
| 38 | * @param $actionId |
||
| 39 | */ |
||
| 40 | public function setCloseAction($actionId) |
||
| 44 | |||
| 45 | public function getXml() |
||
| 49 | } |
||
| 50 |