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

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