summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket477.php
blob: 49c72b9e52a5b4c7b931618f59bda0a61cc70f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

class Ticket477 extends TPage
{
	function do_validate_1($sender, $param)
	{
		$param->IsValid=false;
	}

	function do_validate_2($sender, $param)
	{
		$param->IsValid=false;
	}
}

?>