summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/MyControl.php
blob: 2c6b7f5bc05fe10b348cbc07c7797ac6cc55acac (plain)
1
2
3
4
5
6
7
8
<?php

class MyControl extends TTemplateControl 
{

}

?>