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

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

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