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

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