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

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