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

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