| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | class TJuiSelectableTemplate extends \Prado\TComponent implements ITemplate |
||
| 24 | { |
||
| 25 | private $_template; |
||
| 26 | |||
| 27 | public function __construct($template) |
||
| 28 | { |
||
| 29 | $this->_template = $template; |
||
| 30 | parent::__construct(); |
||
| 31 | } |
||
| 32 | /** |
||
| 33 | * Instantiates the template. |
||
| 34 | * It creates a {@link TDataList} control. |
||
| 35 | * @param \Prado\Web\UI\TControl $parent parent to hold the content within the template |
||
| 36 | */ |
||
| 37 | public function instantiateIn($parent) |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * TTemplateManager calls this method for caching the included file modification times. |
||
| 44 | * @return array list of included external template files |
||
| 45 | */ |
||
| 46 | public function getIncludedFiles() |
||
| 51 |