summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket656.php
blob: 943908c9bed9656f4418c3d6cd47c0687aff03ad (plain)
1
2
3
4
5
6
7
8
9
<?php
class Ticket656 extends TPage 
{
	public function updateLbl ($sender,$param)
	{
		$this->lblStatus->setText($this->datePicker->getDate());
	}
}
?>