summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.php
blob: 8a3e6c9fc8ab2886a16122ade25935b5dc9a5d3a (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");
	}
}

?>