Example #1
0
 function __construct()
 {
     parent::__construct();
     if ($this->voucher == NULL) {
         $this->voucher = MatchaModel::setSenchaModel('App.model.account.Voucher');
     }
     return;
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
 }