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

class CustomTemplateComponent extends TTemplateControl
{
	public function suboncallback ($sender, $param)
	{
		$sender->setText("Foo");
	}
}

?>