| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class TWizardSideBarListItemTemplate extends \Prado\TComponent implements ITemplate |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Instantiates the template. |
||
| 24 | * It creates a {@link TLinkButton}. |
||
| 25 | * @param \Prado\Web\UI\TControl $parent parent to hold the content within the template |
||
| 26 | */ |
||
| 27 | public function instantiateIn($parent) |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * TTemplateManager calls this method for caching the included file modification times. |
||
| 36 | * @return array list of included external template files |
||
| 37 | */ |
||
| 38 | public function getIncludedFiles() |
||
| 43 |