summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket93.php
blob: ea5745a829671ee409c46202296221fe0d888485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/*
 * Created on 13/04/2006
 */

class Ticket93 extends TPage
{
	public function buttonClicked($sender,$param)
	{
		//echo $param->getPostBackValue();
		print_r($param);
	}	
}

?>