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