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

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