summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket121.php
blob: d913805c06b3ba05387a77a602d79d8be42d9609 (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})";
	}
}

?>