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

class Ticket93 extends TPage
{
	public function buttonClicked($sender,$param)
	{
		echo 'postback triggered with value '.$param->PostBackValue;
	}
}