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