summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket121.php
blob: 1a625d83b50173917cb620e239756f4c1fdf7d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

class Ticket121 extends TPage
{
	public function buttonClicked($sender,$param)
	{
		$this->Result->Text="clicked at ({$param->X},{$param->Y})";
	}
}

?>