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

class Home extends TPage
{
	public function btnTest_OnCallback($sender,$param)
	{
		$this->lblTest->Text = "Testing";
	}
}

?>