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

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