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

class Ticket72 extends TPage
{
	public function ButtonClick($sender,$param)
	{
		$a1 = $this->K1->SafeText;
		$a2 = $this->K2->SafeText;
		$this->ResultLabel->Text = $a2;
	}
}

?>