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

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

?>