summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket283.php
blob: 302ad2da7c52506c65d0b6d4d0a5d10abb2288ae (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!';
	}
}

?>