Ejemplo n.º 1
0
 protected function init($account)
 {
     parent::init($account);
     if ($this->account[8] == 9) {
         $this->setEnd(-1);
     } else {
         $this->setEnd(6);
     }
 }
Ejemplo n.º 2
0
 protected function init($account)
 {
     parent::init($account);
     if ($this->account[3] == 9) {
         $this->setEnd(3);
     } else {
         $this->setEnd(0);
     }
 }