summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/Home.php
blob: 22b6528aa78438b6f3b37c7de767dba502524fd3 (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";
	}
}

?>