summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket695.php
blob: 175d1ebcd95a2d6e39b34405f8ab0410cb0cc7bc (plain)
1
2
3
4
5
6
7
<?php
Prado::Using ('System.Web.UI.ActiveControls.*');
class Ticket695 extends TPage {
    public function onATB($sender,$param) {
        $this->X->Text=$this->X->Text+1;
    }
}