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

class MyControl extends TTemplateControl 
{

}

?>