summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/pages/RatingList.php
blob: 9592680a7504388d1b5b06084032017083bbd6f0 (plain)
1
2
3
4
5
6
7
8
9
<?php

class RatingList extends TPage
{
	protected function rating3_selectionChanged($sender, $param)
	{
		$this->labelResult3->Text=$this->Rating3->SelectedValue;
	}
}