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

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