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

class Ticket28 extends TPage
{
	function linkButton1_Clicked()
	{
		$this->label1->setText("Link Button 1 Clicked!");
	}
}