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