1 | <?php |
||
25 | class TJuiSelectableTemplate extends \Prado\TComponent implements ITemplate |
||
26 | { |
||
27 | private $_template; |
||
28 | |||
29 | public function __construct($template) |
||
33 | /** |
||
34 | * Instantiates the template. |
||
35 | * It creates a {@link TDataList} control. |
||
36 | * @param TControl parent to hold the content within the template |
||
37 | */ |
||
38 | public function instantiateIn($parent) |
||
42 | } |