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

class Ticket205 extends TPage
{
	function customValidate($sender, $param)
	{
		$param->IsValid = $this->textbox1->Text == "Prado";
	}
}

?>