summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket72.php
blob: 14a8a112a544fe3db615fbbd4099a1ead8aebda6 (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;
	}
}

?>