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

class Ticket283 extends TPage
{
	function button_clicked($sender, $param)
	{
		$this->label1->Text = $sender->Text.' Clicked!';
	}
}

?>